Uses of Class
com.vidispine.generated.TextOverlayType
-
Uses of TextOverlayType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TextOverlayTypeModifier and TypeFieldDescriptionprotected 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 TextOverlayTypeModifier and TypeMethodDescriptionObjectFactory.createTextOverlayType()
Create an instance ofTextOverlayType
TextOverlayType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) TextOverlayType.withInterval
(TimeIntervalType value) Sets the value of the interval property.TextOverlayType.withOpacity
(Integer value) Sets the value of the opacity property.TextOverlayType.withText
(TextRenditionType value) Sets the value of the text property.Methods in com.vidispine.generated that return types with arguments of type TextOverlayTypeModifier and TypeMethodDescriptionComplexJobOutputFormatType.getTextOverlay()
Gets the value of the textOverlay property.ComplexJobVideoOutputType.getTextOverlay()
Gets the value of the textOverlay property.ConformType.getTextOverlay()
Gets the value of the textOverlay property.TranscodePresetType.getTextOverlay()
Gets the value of the textOverlay property.Methods in com.vidispine.generated with parameters of type TextOverlayTypeModifier and TypeMethodDescriptionComplexJobOutputFormatType.withTextOverlay
(TextOverlayType... values) Adds objects to the list of TextOverlay using add methodComplexJobType.Output.withTextOverlay
(TextOverlayType... values) Adds objects to the list of TextOverlay using add methodComplexJobVideoOutputType.withTextOverlay
(TextOverlayType... values) Adds objects to the list of TextOverlay using add methodConformType.withTextOverlay
(TextOverlayType... values) Adds objects to the list of TextOverlay using add methodNLEJob2VideoOutputType.withTextOverlay
(TextOverlayType... values) Adds objects to the list of TextOverlay using add methodTranscodePresetType.withTextOverlay
(TextOverlayType... values) Adds objects to the list of TextOverlay using add methodMethod parameters in com.vidispine.generated with type arguments of type TextOverlayTypeModifier and TypeMethodDescriptionComplexJobOutputFormatType.withTextOverlay
(Collection<TextOverlayType> values) Adds objects to the list of TextOverlay using addAll methodComplexJobType.Output.withTextOverlay
(Collection<TextOverlayType> values) Adds objects to the list of TextOverlay using addAll methodComplexJobVideoOutputType.withTextOverlay
(Collection<TextOverlayType> values) Adds objects to the list of TextOverlay using addAll methodConformType.withTextOverlay
(Collection<TextOverlayType> values) Adds objects to the list of TextOverlay using addAll methodNLEJob2VideoOutputType.withTextOverlay
(Collection<TextOverlayType> values) Adds objects to the list of TextOverlay using addAll methodTranscodePresetType.withTextOverlay
(Collection<TextOverlayType> values) Adds objects to the list of TextOverlay using addAll method