Changeset 30024 in osm for applications/editors/josm/plugins/smed2/src/symbols
- Timestamp:
- 2013-10-14T18:04:01+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/symbols/Harbours.java
r30023 r30024 32 32 static { 33 33 Anchorage.add(new Instr(Prim.SYMB, new Symbols.SubSymbol(Harbours.Anchor, 1.0, 0, 0, null, null))); 34 }35 public static final Symbol AnchorBerth = new Symbol();36 static {37 AnchorBerth.add(new Instr(Prim.SYMB, new Symbols.SubSymbol(Harbours.Anchorage, 1.0, 0, 0, null, null)));38 AnchorBerth.add(new Instr(Prim.STRK, new BasicStroke(2, BasicStroke.CAP_BUTT, BasicStroke.JOIN_MITER)));39 AnchorBerth.add(new Instr(Prim.FILL, Color.white));40 Ellipse2D.Double s = new Ellipse2D.Double(-25,-25,50,50);41 AnchorBerth.add(new Instr(Prim.RSHP, s));42 AnchorBerth.add(new Instr(Prim.FILL, new Color(0xa30075)));43 AnchorBerth.add(new Instr(Prim.ELPS, s));44 34 } 45 35 public static final Symbol Bollard = new Symbol();
Note:
See TracChangeset
for help on using the changeset viewer.
