Uses of Class
org.openstreetmap.josm.tools.ImageProvider.ImageType

Packages that use ImageProvider.ImageType
org.openstreetmap.josm.tools   
 

Uses of ImageProvider.ImageType in org.openstreetmap.josm.tools
 

Methods in org.openstreetmap.josm.tools that return ImageProvider.ImageType
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
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 full_name, java.io.File archive, ImageProvider.ImageType type)
           
 



JOSM