|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ImageTransition.TransitionType>
cz.cuni.jagrlib.piece.ImageTransition.TransitionType
protected static enum ImageTransition.TransitionType
Time transition type.
Enum Constant Summary | |
---|---|
TR_CUTOFF
Cutoff function (at 1/2). |
|
TR_EXTERNAL
External transition function. |
|
TR_LINEAR
Linear interpolation. |
|
TR_SIGMA
Goniometric sigma function. |
Method Summary | |
---|---|
static ImageTransition.TransitionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageTransition.TransitionType[] |
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.TransitionType TR_EXTERNAL
public static final ImageTransition.TransitionType TR_CUTOFF
public static final ImageTransition.TransitionType TR_LINEAR
public static final ImageTransition.TransitionType TR_SIGMA
Method Detail |
---|
public static ImageTransition.TransitionType[] values()
for (ImageTransition.TransitionType c : ImageTransition.TransitionType.values()) System.out.println(c);
public static ImageTransition.TransitionType 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 |