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

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.xml.Prototype
Direct Known Subclasses:
AreaPrototype, IconPrototype, LinePrototype

public abstract class Prototype
extends java.lang.Object


Field Summary
 java.lang.String code
           
 java.util.Collection<XmlCondition> conditions
           
 int priority
           
 Range range
           
 
Constructor Summary
Prototype()
           
Prototype(Range range)
           
 
Method Summary
 boolean check(OsmPrimitive primitive)
           
 java.lang.String getCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

range

public Range range

priority

public int priority

code

public java.lang.String code

conditions

public java.util.Collection<XmlCondition> conditions
Constructor Detail

Prototype

public Prototype(Range range)

Prototype

public Prototype()
Method Detail

getCode

public java.lang.String getCode()

check

public boolean check(OsmPrimitive primitive)


JOSM