Changeset 35460 in osm for applications/editors/josm/plugins/seachart
- Timestamp:
- 2020-05-18T14:47:04+02:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/seachart/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java
r35394 r35460 120 120 @Override 121 121 public int grid() { 122 return 5;122 return 0; 123 123 } 124 124 -
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.