|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.gui.mappaint.xml.Prototype
public abstract class Prototype
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 |
---|
public Range range
public int priority
public java.lang.String code
public java.util.Collection<XmlCondition> conditions
Constructor Detail |
---|
public Prototype(Range range)
public Prototype()
Method Detail |
---|
public java.lang.String getCode()
public boolean check(OsmPrimitive primitive)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |