Changeset 33936 in osm for applications/editors/josm/plugins/seachart/src/symbols/Harbours.java
- Timestamp:
- 2017-12-07T19:16:59+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/symbols/Harbours.java
r32907 r33936 231 231 static { 232 232 SignalStation.add(new Instr(Form.STRK, new BasicStroke(4, BasicStroke.CAP_BUTT, BasicStroke.JOIN_MITER))); 233 SignalStation.add(new Instr(Form.ELPS, new Ellipse2D.Double(-2 5, -25, 50, 50)));233 SignalStation.add(new Instr(Form.ELPS, new Ellipse2D.Double(-20, -20, 40, 40))); 234 234 SignalStation.add(new Instr(Form.RSHP, new Ellipse2D.Double(-4, -4, 8, 8))); 235 235 }
Note:
See TracChangeset
for help on using the changeset viewer.