Uses of Class
org.openstreetmap.josm.data.imagery.ImageryLayerInfo
-
Packages that use ImageryLayerInfo Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences. -
-
Uses of ImageryLayerInfo in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as ImageryLayerInfo Modifier and Type Field Description static ImageryLayerInfo
ImageryLayerInfo. instance
Unique instanceConstructors in org.openstreetmap.josm.data.imagery with parameters of type ImageryLayerInfo Constructor Description ImageryLayerInfo(ImageryLayerInfo info)
Constructs a newImageryLayerInfo
from an existing one. -
Uses of ImageryLayerInfo in org.openstreetmap.josm.gui.preferences.imagery
Fields in org.openstreetmap.josm.gui.preferences.imagery declared as ImageryLayerInfo Modifier and Type Field Description private ImageryLayerInfo
ImageryPreference. layerInfo
private ImageryLayerInfo
ImageryProvidersPanel. layerInfo
Constructors in org.openstreetmap.josm.gui.preferences.imagery with parameters of type ImageryLayerInfo Constructor Description ImageryProvidersPanel(PreferenceTabbedPane gui, ImageryLayerInfo layerInfoArg)
Constructs a newImageryProvidersPanel
.
-