org.openstreetmap.josm.gui.mappaint
Class MapPaintStyles.IconReference

java.lang.Object
  extended by 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.


Field Summary
 java.lang.String iconName
           
 StyleSource source
           
 
Constructor Summary
MapPaintStyles.IconReference(java.lang.String iconName, StyleSource source)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iconName

public final java.lang.String iconName

source

public final StyleSource source
Constructor Detail

MapPaintStyles.IconReference

public MapPaintStyles.IconReference(java.lang.String iconName,
                                    StyleSource source)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM