public static enum OnRotate.RotateType extends Enum<OnRotate.RotateType> implements EnumEventType
| Enum Constant and Description |
|---|
Any
Any Rotate Event.
|
Finished
Rotation finished event.
|
Rotate
Rotate event.
|
Started
Rotation started event.
|
| Modifier and Type | Field and Description |
|---|---|
private EventType<?> |
eventType
The JavaFX internal api name.
|
| Modifier and Type | Method and Description |
|---|---|
EventType<?> |
eventType()
Return the javaFX event type.
|
static OnRotate.RotateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnRotate.RotateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final OnRotate.RotateType Any
public static final OnRotate.RotateType Started
public static final OnRotate.RotateType Rotate
public static final OnRotate.RotateType Finished
private EventType<?> eventType
public static OnRotate.RotateType[] values()
for (OnRotate.RotateType c : OnRotate.RotateType.values()) System.out.println(c);
public static OnRotate.RotateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic EventType<?> eventType()
eventType in interface EnumEventTypeCopyright © 2011–2014 JRebirth OSS. All rights reserved.