org.openstreetmap.josm.gui.mappaint
Class MapPaintStyles.IconReference
java.lang.Object
org.openstreetmap.josm.gui.mappaint.MapPaintStyles.IconReference
- Enclosing class:
- MapPaintStyles
public static class MapPaintStyles.IconReference
- extends java.lang.Object
IconReference is used to remember the associated style source for
each icon URL.
This is necessary because image URLs can be paths relative
to the source file and we have cascading of properties from different
source files.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
iconName
public final java.lang.String iconName
source
public final StyleSource source
MapPaintStyles.IconReference
public MapPaintStyles.IconReference(java.lang.String iconName,
StyleSource source)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
JOSM