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. overlayInfoordered list of overlay imagesprotected java.util.List<ImageOverlay>ImageResource. overlayInfoordered list of overlay imagesMethods in org.openstreetmap.josm.tools with parameters of type ImageOverlay Modifier and Type Method Description ImageProviderImageProvider. 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 newImageResourcefrom another one and sets overlays.
-