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 withJMapViewerclasses.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 ImageryLayerInfoImageryLayerInfo. instanceUnique instanceConstructors in org.openstreetmap.josm.data.imagery with parameters of type ImageryLayerInfo Constructor Description ImageryLayerInfo(ImageryLayerInfo info)Constructs a newImageryLayerInfofrom 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 ImageryLayerInfoImageryPreference. layerInfoprivate ImageryLayerInfoImageryProvidersPanel. layerInfoConstructors in org.openstreetmap.josm.gui.preferences.imagery with parameters of type ImageryLayerInfo Constructor Description ImageryProvidersPanel(PreferenceTabbedPane gui, ImageryLayerInfo layerInfoArg)Constructs a newImageryProvidersPanel.
-