Package com.vidispine.generated
Class TransitionType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.TransitionType.PropInfo
-
- Enclosing class:
- TransitionType
public static class TransitionType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BORDER
static String
COLOR
static String
DURATION
static String
END_PERCENTAGE
static String
HORIZ_REPEAT
static String
REVERSE
static String
START_PERCENTAGE
static String
TRANSITION
static String
VERT_REPEAT
static String
WIPE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
DURATION
public static final transient String DURATION
- See Also:
- Constant Field Values
-
WIPE
public static final transient String WIPE
- See Also:
- Constant Field Values
-
TRANSITION
public static final transient String TRANSITION
- See Also:
- Constant Field Values
-
HORIZ_REPEAT
public static final transient String HORIZ_REPEAT
- See Also:
- Constant Field Values
-
VERT_REPEAT
public static final transient String VERT_REPEAT
- See Also:
- Constant Field Values
-
START_PERCENTAGE
public static final transient String START_PERCENTAGE
- See Also:
- Constant Field Values
-
END_PERCENTAGE
public static final transient String END_PERCENTAGE
- See Also:
- Constant Field Values
-
REVERSE
public static final transient String REVERSE
- See Also:
- Constant Field Values
-
BORDER
public static final transient String BORDER
- See Also:
- Constant Field Values
-
COLOR
public static final transient String COLOR
- See Also:
- Constant Field Values
-
-