Uses of Class
org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryType

Packages that use ImageryInfo.ImageryType
org.openstreetmap.josm.data.imagery   
 

Uses of ImageryInfo.ImageryType in org.openstreetmap.josm.data.imagery
 

Fields in org.openstreetmap.josm.data.imagery declared as ImageryInfo.ImageryType
private  ImageryInfo.ImageryType ImageryInfo.imageryType
           
 

Methods in org.openstreetmap.josm.data.imagery that return ImageryInfo.ImageryType
static ImageryInfo.ImageryType ImageryInfo.ImageryType.fromUrlString(java.lang.String s)
           
 ImageryInfo.ImageryType ImageryInfo.getImageryType()
           
static ImageryInfo.ImageryType ImageryInfo.ImageryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageryInfo.ImageryType[] ImageryInfo.ImageryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.data.imagery with parameters of type ImageryInfo.ImageryType
 void ImageryInfo.setImageryType(ImageryInfo.ImageryType imageryType)
           
 



JOSM