org.openstreetmap.josm.gui.mappaint.xml
Class IconPrototype

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.xml.Prototype
      extended by org.openstreetmap.josm.gui.mappaint.xml.IconPrototype

public class IconPrototype
extends Prototype


Field Summary
 java.lang.Boolean annotate
           
 MapPaintStyles.IconReference icon
           
 
Fields inherited from class org.openstreetmap.josm.gui.mappaint.xml.Prototype
code, conditions, priority, range
 
Constructor Summary
IconPrototype()
           
IconPrototype(IconPrototype i, Range range)
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.openstreetmap.josm.gui.mappaint.xml.Prototype
check, getCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

icon

public MapPaintStyles.IconReference icon

annotate

public java.lang.Boolean annotate
Constructor Detail

IconPrototype

public IconPrototype(IconPrototype i,
                     Range range)

IconPrototype

public IconPrototype()
Method Detail

init

public void init()


JOSM