[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model/modellor LayerModellor.java, 1.1, 1
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-08-28 13:50:10
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/modellor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26528/src/net/sourceforge/bprocessor/model/modellor Modified Files: LayerModellor.java Log Message: Small changes Index: LayerModellor.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/modellor/LayerModellor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LayerModellor.java 10 Aug 2006 13:13:26 -0000 1.1 --- LayerModellor.java 28 Aug 2006 13:50:05 -0000 1.2 *************** *** 122,132 **** public List getAttributes() { LinkedList attributes = new LinkedList(); - attributes.add(new Attribute("Name", "Layer 1")); - attributes.add(new Attribute("Classification", "?")); - attributes.add(new Attribute("Specification", "?")); attributes.add(new Attribute("Surface", surface.getName())); attributes.add(new Attribute("Thickness", new Double(distance))); - attributes.add(new Attribute("Top Offset", new Double(0))); - attributes.add(new Attribute("Bottom Offset", new Double(0))); return attributes; } --- 122,127 ---- |