Changeset 35460 in osm for applications/editors/josm/plugins/seachart/src/symbols
- Timestamp:
- 2020-05-18T14:47:04+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/symbols/Areas.java
r35404 r35460 129 129 Pipeline.add(new Instr(Form.BBOX, new Rectangle2D.Double(-15, -60, 30, 60))); 130 130 Pipeline.add(new Instr(Form.STRK, new BasicStroke(8, BasicStroke.CAP_BUTT, BasicStroke.JOIN_ROUND))); 131 Pipeline.add(new Instr(Form.FILL, new Color(0xc480ff)));132 131 Pipeline.add(new Instr(Form.LINE, new Line2D.Double(0, 0, 0, -50))); 133 132 Pipeline.add(new Instr(Form.RSHP, new Ellipse2D.Double(-10, -60, 20, 20)));
Note:
See TracChangeset
for help on using the changeset viewer.