Uses of Class
org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryCategory
-
Packages that use ImageryInfo.ImageryCategory Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of ImageryInfo.ImageryCategory in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery with type parameters of type ImageryInfo.ImageryCategory Modifier and Type Field Description private static java.util.Map<ImageProvider.ImageSizes,java.util.Map<ImageryInfo.ImageryCategory,javax.swing.ImageIcon>>
ImageryInfo.ImageryCategory. iconCache
Methods in org.openstreetmap.josm.data.imagery that return ImageryInfo.ImageryCategory Modifier and Type Method Description static ImageryInfo.ImageryCategory
ImageryInfo.ImageryCategory. fromString(java.lang.String s)
Returns the imagery category from the given category string.ImageryInfo.ImageryCategory
ImageryInfo.ImageryCategory. getDefault()
ImageryInfo.ImageryCategory
ImageryInfo.ImageryCategory. getFromString(java.lang.String s)
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.Methods in org.openstreetmap.josm.data.imagery with parameters of type ImageryInfo.ImageryCategory Modifier and Type Method Description void
ImageryInfo. setImageryCategory(ImageryInfo.ImageryCategory category)
Sets the imagery category.Method parameters in org.openstreetmap.josm.data.imagery with type arguments of type ImageryInfo.ImageryCategory Modifier and Type Method Description int
ImageryInfo. compareTo(SourceInfo<ImageryInfo.ImageryCategory,ImageryInfo.ImageryType,ImageryInfo.ImageryBounds,ImageryInfo.ImageryPreferenceEntry> other)
boolean
ImageryInfo. equalsPref(SourceInfo<ImageryInfo.ImageryCategory,ImageryInfo.ImageryType,ImageryInfo.ImageryBounds,ImageryInfo.ImageryPreferenceEntry> other)
Check if this object equals another ImageryInfo with respect to the properties that get written to the preference file. -
Uses of ImageryInfo.ImageryCategory in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type ImageryInfo.ImageryCategory Modifier and Type Field Description private java.util.Map<ImageryInfo.ImageryCategory,java.util.List<javax.swing.JMenuItem>>
ImageryMenu. dynamicNonPhotoItems
Map to store temporary "not photo" menu items.Methods in org.openstreetmap.josm.gui with parameters of type ImageryInfo.ImageryCategory Modifier and Type Method Description private void
ImageryMenu. addDynamic(javax.swing.Action a, ImageryInfo.ImageryCategory category)
private void
ImageryMenu. doAddDynamic(javax.swing.JMenuItem item, ImageryInfo.ImageryCategory category)
-