| Package | Description |
|---|---|
| org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| Modifier and Type | Field and Description |
|---|---|
private ImageryInfo.ImageryCategory |
ImageryInfo.category
category of the imagery
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<ImageProvider.ImageSizes,java.util.Map<ImageryInfo.ImageryCategory,javax.swing.ImageIcon>> |
ImageryInfo.ImageryCategory.iconCache |
| Modifier and Type | Method and Description |
|---|---|
static ImageryInfo.ImageryCategory |
ImageryInfo.ImageryCategory.fromString(java.lang.String s)
Returns the imagery category from the given category string.
|
ImageryInfo.ImageryCategory |
ImageryInfo.getImageryCategory()
Returns the imagery category.
|
static ImageryInfo.ImageryCategory |
ImageryInfo.ImageryCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageryInfo.ImageryCategory[] |
ImageryInfo.ImageryCategory.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.setImageryCategory(ImageryInfo.ImageryCategory category)
Sets the imagery category.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<ImageryInfo.ImageryCategory,java.util.List<javax.swing.JMenuItem>> |
ImageryMenu.dynamicNonPhotoItems
Map to store temporary "not photo" menu items.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ImageryMenu.addDynamic(javax.swing.Action a,
ImageryInfo.ImageryCategory category) |
private void |
ImageryMenu.addDynamic(javax.swing.JMenuItem it,
ImageryInfo.ImageryCategory category) |
private void |
ImageryMenu.doAddDynamic(javax.swing.JMenuItem item,
ImageryInfo.ImageryCategory category) |