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

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

public class AreaPrototype
extends Prototype


Field Summary
 boolean closed
           
 java.awt.Color color
           
 
Fields inherited from class org.openstreetmap.josm.gui.mappaint.xml.Prototype
code, conditions, priority, range
 
Constructor Summary
AreaPrototype()
           
AreaPrototype(AreaPrototype a, 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

color

public java.awt.Color color

closed

public boolean closed
Constructor Detail

AreaPrototype

public AreaPrototype(AreaPrototype a,
                     Range range)

AreaPrototype

public AreaPrototype()
Method Detail

init

public void init()


JOSM