public static enum IcyCanvasEvent.IcyCanvasEventType extends java.lang.Enum<IcyCanvasEvent.IcyCanvasEventType>
Enum Constant and Description |
---|
MOUSE_IMAGE_POSITION_CHANGED |
OFFSET_CHANGED |
POSITION_CHANGED |
ROTATION_CHANGED |
SCALE_CHANGED |
SYNC_CHANGED |
Modifier and Type | Method and Description |
---|---|
static IcyCanvasEvent.IcyCanvasEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IcyCanvasEvent.IcyCanvasEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcyCanvasEvent.IcyCanvasEventType POSITION_CHANGED
public static final IcyCanvasEvent.IcyCanvasEventType OFFSET_CHANGED
public static final IcyCanvasEvent.IcyCanvasEventType SCALE_CHANGED
public static final IcyCanvasEvent.IcyCanvasEventType ROTATION_CHANGED
public static final IcyCanvasEvent.IcyCanvasEventType MOUSE_IMAGE_POSITION_CHANGED
public static final IcyCanvasEvent.IcyCanvasEventType SYNC_CHANGED
public static IcyCanvasEvent.IcyCanvasEventType[] values()
for (IcyCanvasEvent.IcyCanvasEventType c : IcyCanvasEvent.IcyCanvasEventType.values()) System.out.println(c);
public static IcyCanvasEvent.IcyCanvasEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null