Package | Description |
---|---|
icy.canvas |
Contains base Icy canvas and related classes
|
Modifier and Type | Method and Description |
---|---|
IcyCanvasEvent.IcyCanvasEventType |
IcyCanvasEvent.getType() |
static IcyCanvasEvent.IcyCanvasEventType |
IcyCanvasEvent.IcyCanvasEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IcyCanvasEvent.IcyCanvasEventType[] |
IcyCanvasEvent.IcyCanvasEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IcyCanvasEvent(IcyCanvas source,
IcyCanvasEvent.IcyCanvasEventType type) |
IcyCanvasEvent(IcyCanvas source,
IcyCanvasEvent.IcyCanvasEventType type,
DimensionId dim) |