Uses of Class
com.vidispine.generated.TransitionType
-
-
Uses of TransitionType in com.vidispine.generated
Fields in com.vidispine.generated declared as TransitionType Modifier and Type Field Description protected TransitionType
ComplexJobInputType. transition
Methods in com.vidispine.generated that return TransitionType Modifier and Type Method Description TransitionType
ObjectFactory. createTransitionType()
Create an instance ofTransitionType
TransitionType
ComplexJobInputType. getTransition()
Gets the value of the transition property.TransitionType
TransitionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TransitionType
TransitionType. withBorder(BorderType value)
TransitionType
TransitionType. withColor(String value)
TransitionType
TransitionType. withDuration(TimeCodeType value)
TransitionType
TransitionType. withEndPercentage(Integer value)
TransitionType
TransitionType. withHorizRepeat(Integer value)
TransitionType
TransitionType. withReverse(Boolean value)
TransitionType
TransitionType. withStartPercentage(Integer value)
TransitionType
TransitionType. withTransition(String value)
TransitionType
TransitionType. withVertRepeat(Integer value)
TransitionType
TransitionType. withWipe(Integer value)
Methods in com.vidispine.generated with parameters of type TransitionType Modifier and Type Method Description void
ComplexJobInputType. setTransition(TransitionType value)
Sets the value of the transition property.ComplexJobAudioChannelMapInputType
ComplexJobAudioChannelMapInputType. withTransition(TransitionType value)
ComplexJobInputType
ComplexJobInputType. withTransition(TransitionType value)
-