org.openstreetmap.josm.gui.mappaint.xml
Class XmlStyleSource.WayPrototypesRecord

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.xml.XmlStyleSource.WayPrototypesRecord
Enclosing class:
XmlStyleSource

private static class XmlStyleSource.WayPrototypesRecord
extends java.lang.Object


Field Summary
 AreaPrototype area
           
 LinePrototype line
           
 java.util.List<LinemodPrototype> linemods
           
 
Constructor Summary
private XmlStyleSource.WayPrototypesRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

public LinePrototype line

linemods

public java.util.List<LinemodPrototype> linemods

area

public AreaPrototype area
Constructor Detail

XmlStyleSource.WayPrototypesRecord

private XmlStyleSource.WayPrototypesRecord()


JOSM