Package com.vidispine.generated
Class SequenceTransitionType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.SequenceTransitionType.PropInfo
-
- Enclosing class:
- SequenceTransitionType
public static class SequenceTransitionType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BORDER_COLOR
static String
BORDER_WIDTH
static String
END_PERCENTAGE
static String
HORIZ_REPEAT
static String
IN
static String
OUT
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
-
IN
public static final transient String IN
- See Also:
- Constant Field Values
-
OUT
public static final transient String OUT
- 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_WIDTH
public static final transient String BORDER_WIDTH
- See Also:
- Constant Field Values
-
BORDER_COLOR
public static final transient String BORDER_COLOR
- See Also:
- Constant Field Values
-
-