Package | Description |
---|---|
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.gui.preferences.imagery |
Modifier and Type | Field and Description |
---|---|
private ImageryInfo.ImageryType |
ImageryInfo.imageryType |
Modifier and Type | Method and Description |
---|---|
static ImageryInfo.ImageryType |
ImageryInfo.ImageryType.fromUrlString(String s) |
ImageryInfo.ImageryType |
ImageryInfo.getImageryType() |
static ImageryInfo.ImageryType |
ImageryInfo.ImageryType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageryInfo.setImageryType(ImageryInfo.ImageryType imageryType) |
Modifier and Type | Field and Description |
---|---|
private ImageryInfo.ImageryType |
ImageryPreference.ImageryProvidersPanel.NewEntryAction.type |
Constructor and Description |
---|
NewEntryAction(ImageryInfo.ImageryType type) |