Uses of Class
org.openstreetmap.josm.tools.ImageResource

Packages that use ImageResource
org.openstreetmap.josm.tools   
 

Uses of ImageResource in org.openstreetmap.josm.tools
 

Fields in org.openstreetmap.josm.tools with type parameters of type ImageResource
private static java.util.Map<java.lang.String,ImageResource> ImageProvider.cache
          The icon cache
 

Methods in org.openstreetmap.josm.tools that return ImageResource
private static ImageResource ImageProvider.getIfAvailableHttp(java.lang.String url, ImageProvider.ImageType type)
           
private  ImageResource ImageProvider.getIfAvailableImpl(java.util.Collection<java.lang.ClassLoader> additionalClassLoaders)
           
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