Changeset 34906 in osm for applications/editors/josm/plugins/seachart/src/symbols/Beacons.java
- Timestamp:
- 2019-02-25T09:55:19+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/symbols/Beacons.java
r34237 r34906 166 166 RadarStation.add(new Instr(Form.STRK, new BasicStroke(2.5f, BasicStroke.CAP_BUTT, BasicStroke.JOIN_ROUND))); 167 167 RadarStation.add(new Instr(Form.FILL, new Color(0xd400d4))); 168 RadarStation.add(new Instr(Form.ELPS, new Ellipse2D.Double(-1 25, -125, 250, 250)));168 RadarStation.add(new Instr(Form.ELPS, new Ellipse2D.Double(-150, -150, 300, 300))); 169 169 } 170 170
Note:
See TracChangeset
for help on using the changeset viewer.