-
public final class BrightcoveCaptionStyle.Builder
-
-
Method Summary
Modifier and Type Method Description BrightcoveCaptionStyle.Builder
preset(int preset)
BrightcoveCaptionStyle.Builder
fontSize(String fontSize)
BrightcoveCaptionStyle.Builder
typeface(String typeface)
BrightcoveCaptionStyle.Builder
foregroundColor(int foregroundColor)
BrightcoveCaptionStyle.Builder
foregroundOpacity(int foregroundOpacity)
BrightcoveCaptionStyle.Builder
edgeType(int edgeType)
BrightcoveCaptionStyle.Builder
edgeColor(int edgeColor)
BrightcoveCaptionStyle.Builder
backgroundColor(int backgroundColor)
BrightcoveCaptionStyle.Builder
backgroundOpacity(int backgroundOpacity)
BrightcoveCaptionStyle.Builder
windowColor(int windowColor)
BrightcoveCaptionStyle.Builder
windowOpacity(int windowOpacity)
BrightcoveCaptionStyle
build()
-
-
Method Detail
-
preset
BrightcoveCaptionStyle.Builder preset(int preset)
-
fontSize
BrightcoveCaptionStyle.Builder fontSize(String fontSize)
-
typeface
BrightcoveCaptionStyle.Builder typeface(String typeface)
-
foregroundColor
BrightcoveCaptionStyle.Builder foregroundColor(int foregroundColor)
-
foregroundOpacity
BrightcoveCaptionStyle.Builder foregroundOpacity(int foregroundOpacity)
-
edgeType
BrightcoveCaptionStyle.Builder edgeType(int edgeType)
-
edgeColor
BrightcoveCaptionStyle.Builder edgeColor(int edgeColor)
-
backgroundColor
BrightcoveCaptionStyle.Builder backgroundColor(int backgroundColor)
-
backgroundOpacity
BrightcoveCaptionStyle.Builder backgroundOpacity(int backgroundOpacity)
-
windowColor
BrightcoveCaptionStyle.Builder windowColor(int windowColor)
-
windowOpacity
BrightcoveCaptionStyle.Builder windowOpacity(int windowOpacity)
-
build
BrightcoveCaptionStyle build()
-
-
-
-