Ignore:
Timestamp:
2013-10-14T18:04:01+02:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/symbols/Harbours.java

    r30023 r30024  
    3232        static {
    3333                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));
    4434        }
    4535        public static final Symbol Bollard = new Symbol();
Note: See TracChangeset for help on using the changeset viewer.