Package | Description |
---|---|
org.openstreetmap.josm.tools |
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) |
private static ImageResource |
ImageProvider.getIfAvailableLocalURL(java.net.URL path,
ImageProvider.ImageType type) |
private static ImageResource |
ImageProvider.getIfAvailableWiki(java.lang.String name,
ImageProvider.ImageType type) |
private static ImageResource |
ImageProvider.getIfAvailableZip(java.lang.String fullName,
java.io.File archive,
java.lang.String inArchiveDir,
ImageProvider.ImageType type) |