Package com.brightcove.player.model
Class StyledElement
java.lang.Object
com.brightcove.player.model.Element
com.brightcove.player.model.StyledElement
- All Implemented Interfaces:
Serializable
Provides a common representation for TTML styled elements.
http://www.w3.org/TR/ttaf1-dfxp/#styling
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe background color string.protected StringThe color string.protected Stringprotected Lengthprotected StyledElement.FontStyleprotected StyledElement.FontWeightprotected StringThe style name string.protected StyledElement.TextAlignprotected StyledElement.TextDecoration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe background color string.getColor()The color string.The style name string.voidsetBackgroundColor(String backgroundColor) The background color string.voidThe color string.voidsetFontFamily(String fontFamily) voidsetFontSize(Length fontSize) voidsetFontStyle(StyledElement.FontStyle fontStyle) voidsetFontWeight(StyledElement.FontWeight fontWeight) voidsetStyleName(String styleName) The style name string.voidsetTextAlign(StyledElement.TextAlign textAlign) voidsetTextDecoration(StyledElement.TextDecoration textDecoration)
-
Field Details
-
styleName
The style name string. -
color
The color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
backgroundColor
The background color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
fontSize
-
fontWeight
-
fontStyle
-
textDecoration
-
textAlign
-
fontFamily
-
-
Constructor Details
-
StyledElement
public StyledElement()
-
-
Method Details
-
getStyleName
The style name string. -
setStyleName
The style name string. -
getColor
The color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
setColor
The color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
getBackgroundColor
The background color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
setBackgroundColor
The background color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
getFontSize
-
setFontSize
-
getFontStyle
-
setFontStyle
-
getTextAlign
-
setTextAlign
-
getFontWeight
-
setFontWeight
-
getTextDecoration
-
setTextDecoration
-
setFontFamily
-
getFontFamily
-