Ignore:
Timestamp:
2012-12-23T17:11:42+01:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r29082 r29109  
    3636    Barrel.add(new Instr(Prim.PLIN, p));
    3737        }
    38 
    3938        public static final ArrayList<Instr> Can = new ArrayList<Instr>();
    4039        static {
     
    6362    Can.add(new Instr(Prim.PLIN, p));
    6463        }
    65        
    6664        public static final ArrayList<Instr> Cone = new ArrayList<Instr>();
    6765        static {
     
    9088    Cone.add(new Instr(Prim.PLIN, p));
    9189        }
    92        
    9390        public static final ArrayList<Instr> Float = new ArrayList<Instr>();
    9491        static {
     
    122119    Float.add(new Instr(Prim.PLIN, p));
    123120        }
    124        
    125121        public static final ArrayList<Instr> Ice = new ArrayList<Instr>();
    126122        static {
     
    140136                Ice.add(new Instr(Prim.PLIN, p));
    141137        }
    142 
    143138        public static final ArrayList<Instr> Pillar = new ArrayList<Instr>();
    144139        static {
     
    168163                Pillar.add(new Instr(Prim.PLIN, p));
    169164        }
    170        
    171165        public static final ArrayList<Instr> Spar = new ArrayList<Instr>();
    172166        static {
     
    193187                Spar.add(new Instr(Prim.PLIN, p));
    194188        }
    195        
    196189        public static final ArrayList<Instr> Sphere = new ArrayList<Instr>();
    197190        static {
     
    219212    Sphere.add(new Instr(Prim.EARC, new Arc2D.Double(-26.5,-39.4,60.0,60.0,-18.0,216.0,Arc2D.OPEN)));
    220213        }
    221        
     214        public static final ArrayList<Instr> Storage = new ArrayList<Instr>();
    222215        public static final ArrayList<Instr> Super = new ArrayList<Instr>();
    223216        static {
Note: See TracChangeset for help on using the changeset viewer.