Uses of Class
org.openstreetmap.josm.tools.ImageOverlay
-
Packages that use ImageOverlay Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ImageOverlay in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools with type parameters of type ImageOverlay Modifier and Type Field Description protected java.util.List<ImageOverlay>
ImageProvider. overlayInfo
ordered list of overlay imagesprotected java.util.List<ImageOverlay>
ImageResource. overlayInfo
ordered list of overlay imagesMethods in org.openstreetmap.josm.tools with parameters of type ImageOverlay Modifier and Type Method Description ImageProvider
ImageProvider. addOverlay(ImageOverlay overlay)
Add an overlay over the image.Constructor parameters in org.openstreetmap.josm.tools with type arguments of type ImageOverlay Constructor Description ImageResource(ImageResource res, java.util.List<ImageOverlay> overlayInfo)
Constructs a newImageResource
from another one and sets overlays.
-