Uses of Class
org.openstreetmap.josm.tools.ImageProvider.ImageSizes
-
Packages that use ImageProvider.ImageSizes Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.sources org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.mappaint Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ImageProvider.ImageSizes in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery with type parameters of type ImageProvider.ImageSizes 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 with parameters of type ImageProvider.ImageSizes Modifier and Type Method Description javax.swing.ImageIcon
ImageryInfo.ImageryCategory. getIcon(ImageProvider.ImageSizes size)
Returns the category icon at the given size. -
Uses of ImageProvider.ImageSizes in org.openstreetmap.josm.data.sources
Methods in org.openstreetmap.josm.data.sources with parameters of type ImageProvider.ImageSizes Modifier and Type Method Description javax.swing.ImageIcon
ISourceCategory. getIcon(ImageProvider.ImageSizes size)
Returns the category icon at the given size. -
Uses of ImageProvider.ImageSizes in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io with parameters of type ImageProvider.ImageSizes Modifier and Type Method Description private void
SaveLayersDialog.SaveAndProceedAction. attachImageIcon(java.lang.String key, ImageProvider.ImageSizes size, ImageResource uploadImg, ImageResource saveImg, ImageResource actionImg)
-
Uses of ImageProvider.ImageSizes in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as ImageProvider.ImageSizes Modifier and Type Field Description private ImageProvider.ImageSizes
ColorStyleSettingGui.ColorIcon. size
Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type ImageProvider.ImageSizes Constructor Description ColorIcon(java.awt.Color color, ImageProvider.ImageSizes size)
-
Uses of ImageProvider.ImageSizes in org.openstreetmap.josm.gui.preferences
Methods in org.openstreetmap.josm.gui.preferences with parameters of type ImageProvider.ImageSizes Modifier and Type Method Description default javax.swing.ImageIcon
TabPreferenceSetting. getIcon(ImageProvider.ImageSizes size)
Returns the icon for this preference setting -
Uses of ImageProvider.ImageSizes in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return ImageProvider.ImageSizes Modifier and Type Method Description static ImageProvider.ImageSizes
ImageProvider.ImageSizes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImageProvider.ImageSizes[]
ImageProvider.ImageSizes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.tools with parameters of type ImageProvider.ImageSizes Modifier and Type Method Description static javax.swing.ImageIcon
ImageProvider. createBlankIcon(ImageProvider.ImageSizes size)
Creates a blank icon of the given size.static javax.swing.ImageIcon
ImageProvider. get(java.lang.String subdir, java.lang.String name, ImageProvider.ImageSizes size)
Load an image from directory with a given file name and size.static javax.swing.ImageIcon
ImageProvider. get(java.lang.String name, ImageProvider.ImageSizes size)
Load an image with a given file name and size.static javax.swing.ImageIcon
ImageProvider. getEmpty(ImageProvider.ImageSizes size)
Load an empty image with a given size.ImageProvider
ImageProvider. setMaxSize(ImageProvider.ImageSizes size)
Limit the maximum size of the image.ImageProvider
ImageProvider. setSize(ImageProvider.ImageSizes size)
Set the dimensions of the image.Constructors in org.openstreetmap.josm.tools with parameters of type ImageProvider.ImageSizes Constructor Description ImageSizes(ImageProvider.ImageSizes that)
-