Uses of Class
com.vidispine.generated.TextOverlayType
-
-
Uses of TextOverlayType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TextOverlayType Modifier and Type Field Description protected List<TextOverlayType>
ComplexJobOutputFormatType. textOverlay
protected List<TextOverlayType>
ComplexJobVideoOutputType. textOverlay
protected List<TextOverlayType>
ConformType. textOverlay
protected List<TextOverlayType>
TranscodePresetType. textOverlay
Methods in com.vidispine.generated that return TextOverlayType Modifier and Type Method Description TextOverlayType
ObjectFactory. createTextOverlayType()
Create an instance ofTextOverlayType
TextOverlayType
TextOverlayType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TextOverlayType
TextOverlayType. withInterval(TimeIntervalType value)
TextOverlayType
TextOverlayType. withOpacity(Integer value)
TextOverlayType
TextOverlayType. withText(TextRenditionType value)
Methods in com.vidispine.generated that return types with arguments of type TextOverlayType Modifier and Type Method Description List<TextOverlayType>
ComplexJobOutputFormatType. getTextOverlay()
Gets the value of the textOverlay property.List<TextOverlayType>
ComplexJobVideoOutputType. getTextOverlay()
Gets the value of the textOverlay property.List<TextOverlayType>
ConformType. getTextOverlay()
Gets the value of the textOverlay property.List<TextOverlayType>
TranscodePresetType. getTextOverlay()
Gets the value of the textOverlay property.Methods in com.vidispine.generated with parameters of type TextOverlayType Modifier and Type Method Description ComplexJobOutputFormatType
ComplexJobOutputFormatType. withTextOverlay(TextOverlayType... values)
ComplexJobType.Output
ComplexJobType.Output. withTextOverlay(TextOverlayType... values)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withTextOverlay(TextOverlayType... values)
ConformType
ConformType. withTextOverlay(TextOverlayType... values)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withTextOverlay(TextOverlayType... values)
TranscodePresetType
TranscodePresetType. withTextOverlay(TextOverlayType... values)
Method parameters in com.vidispine.generated with type arguments of type TextOverlayType Modifier and Type Method Description ComplexJobOutputFormatType
ComplexJobOutputFormatType. withTextOverlay(Collection<TextOverlayType> values)
ComplexJobType.Output
ComplexJobType.Output. withTextOverlay(Collection<TextOverlayType> values)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withTextOverlay(Collection<TextOverlayType> values)
ConformType
ConformType. withTextOverlay(Collection<TextOverlayType> values)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withTextOverlay(Collection<TextOverlayType> values)
TranscodePresetType
TranscodePresetType. withTextOverlay(Collection<TextOverlayType> values)
-