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