Uses of Class
com.vidispine.generated.TextRenditionType
-
-
Uses of TextRenditionType in com.vidispine.generated
Subclasses of TextRenditionType in com.vidispine.generated Modifier and Type Class Description class
SubtitleClipType
Java class for SubtitleClipType complex type.Fields in com.vidispine.generated declared as TextRenditionType Modifier and Type Field Description protected TextRenditionType
TextOverlayType. text
Methods in com.vidispine.generated that return TextRenditionType Modifier and Type Method Description TextRenditionType
ObjectFactory. createTextRenditionType()
Create an instance ofTextRenditionType
TextRenditionType
TextOverlayType. getText()
Gets the value of the text property.TextRenditionType
TextRenditionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TextRenditionType
TextRenditionType. withA(short value)
TextRenditionType
TextRenditionType. withAlign(String value)
TextRenditionType
TextRenditionType. withB(short value)
TextRenditionType
TextRenditionType. withFont(String value)
TextRenditionType
TextRenditionType. withG(short value)
TextRenditionType
TextRenditionType. withHorizontalBase(String value)
TextRenditionType
TextRenditionType. withLanguage(String value)
TextRenditionType
TextRenditionType. withLine(String... values)
TextRenditionType
TextRenditionType. withLine(Collection<String> values)
TextRenditionType
TextRenditionType. withOutline(String value)
TextRenditionType
TextRenditionType. withOutlineA(short value)
TextRenditionType
TextRenditionType. withOutlineB(short value)
TextRenditionType
TextRenditionType. withOutlineG(short value)
TextRenditionType
TextRenditionType. withOutlineR(short value)
TextRenditionType
TextRenditionType. withOutlineSize(long value)
TextRenditionType
TextRenditionType. withR(short value)
TextRenditionType
TextRenditionType. withSize(long value)
TextRenditionType
TextRenditionType. withSizeRel(double value)
TextRenditionType
TextRenditionType. withVerticalBase(String value)
TextRenditionType
TextRenditionType. withX(int value)
TextRenditionType
TextRenditionType. withXRel(double value)
TextRenditionType
TextRenditionType. withY(int value)
TextRenditionType
TextRenditionType. withYRel(double value)
Methods in com.vidispine.generated with parameters of type TextRenditionType Modifier and Type Method Description void
TextOverlayType. setText(TextRenditionType value)
Sets the value of the text property.TextOverlayType
TextOverlayType. withText(TextRenditionType value)
-