Uses of Class
org.openstreetmap.josm.tools.ImageProvider.ImageType
-
Packages that use ImageProvider.ImageType Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ImageProvider.ImageType in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return ImageProvider.ImageType Modifier and Type Method Description static ImageProvider.ImageType
ImageProvider.ImageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImageProvider.ImageType[]
ImageProvider.ImageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.tools with parameters of type ImageProvider.ImageType Modifier and Type Method Description private static ImageResource
ImageProvider. getIfAvailableHttp(java.lang.String url, ImageProvider.ImageType type)
Internal implementation of the image request for URL's.private static ImageResource
ImageProvider. getIfAvailableLocalURL(java.net.URL path, ImageProvider.ImageType type)
Internal implementation of the image request for local images.private static ImageResource
ImageProvider. getIfAvailableWiki(java.lang.String name, ImageProvider.ImageType type)
Internal implementation of the image request for wiki images.private static ImageResource
ImageProvider. getIfAvailableZip(java.lang.String fullName, java.io.File archive, java.lang.String inArchiveDir, ImageProvider.ImageType type)
Internal implementation of the image request for images in Zip archives.
-