Package | Description |
---|---|
org.openstreetmap.josm.tools |
Modifier and Type | Method and Description |
---|---|
static ImageProvider.OverlayPosition |
ImageProvider.OverlayPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageProvider.OverlayPosition[] |
ImageProvider.OverlayPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ImageIcon |
ImageProvider.overlay(Icon ground,
Icon overlay,
ImageProvider.OverlayPosition pos)
Decorate one icon with an overlay icon.
|