Package | Description |
---|---|
icy.painter |
Contains Icy Overlay / Painter structure definition and basics Overlay helper classes
|
Modifier and Type | Method and Description |
---|---|
OverlayEvent.OverlayEventType |
OverlayEvent.getType() |
static OverlayEvent.OverlayEventType |
OverlayEvent.OverlayEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverlayEvent.OverlayEventType[] |
OverlayEvent.OverlayEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OverlayEvent(Overlay source,
OverlayEvent.OverlayEventType type) |
OverlayEvent(Overlay source,
OverlayEvent.OverlayEventType type,
java.lang.String propertyName) |