Changeset 30119 in osm for applications/editors/josm/plugins/smed2/src/symbols
- Timestamp:
- 2013-12-08T20:52:05+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/symbols/Areas.java
r30033 r30119 65 65 public static final Symbol LinePlane = new Symbol(); 66 66 static { 67 LinePlane.add(new Instr(Prim.BBOX, new Rectangle2D.Double(-30,-60,60,90))); 67 68 LinePlane.add(new Instr(Prim.FILL, new Color(0xc480ff))); 68 69 LinePlane.add(new Instr(Prim.SYMB, new Symbols.SubSymbol(Areas.Plane, 0.5, 0, 0, null, new Delta(Handle.CC, AffineTransform.getRotateInstance(Math.toRadians(-90.0))))));
Note:
See TracChangeset
for help on using the changeset viewer.