|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ImageTransition.FieldType>
cz.cuni.jagrlib.piece.ImageTransition.FieldType
protected static enum ImageTransition.FieldType
Image field function: R2 -> <0,1> mapping.
| Enum Constant Summary | |
|---|---|
FIELD_EXTERNAL
External field value. |
|
FIELD_NONE
Constant value: 1/2. |
|
FIELD_RAMP
Linear ramp, see ImageTransition.Direction. |
|
FIELD_RANDOM
Random field. |
|
| Method Summary | |
|---|---|
static ImageTransition.FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageTransition.FieldType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ImageTransition.FieldType FIELD_NONE
public static final ImageTransition.FieldType FIELD_EXTERNAL
public static final ImageTransition.FieldType FIELD_RAMP
ImageTransition.Direction.
public static final ImageTransition.FieldType FIELD_RANDOM
| Method Detail |
|---|
public static ImageTransition.FieldType[] values()
for (ImageTransition.FieldType c : ImageTransition.FieldType.values()) System.out.println(c);
public static ImageTransition.FieldType 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||