Package | Description |
---|---|
org.openstreetmap.josm.tools |
Modifier and Type | Method and Description |
---|---|
static ImageProvider.OverlayPosition |
ImageProvider.OverlayPosition.valueOf(java.lang.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 javax.swing.ImageIcon |
ImageProvider.overlay(javax.swing.Icon ground,
javax.swing.Icon overlay,
ImageProvider.OverlayPosition pos)
Decorate one icon with an overlay icon.
|