Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|