Uses of Class
org.openstreetmap.josm.tools.ImageProvider.ImageLocations
-
Packages that use ImageProvider.ImageLocations Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ImageProvider.ImageLocations in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return ImageProvider.ImageLocations Modifier and Type Method Description static ImageProvider.ImageLocationsImageProvider.ImageLocations. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageProvider.ImageLocations[]ImageProvider.ImageLocations. values()Returns an array containing the constants of this enum type, in the order they are declared.
-