-
public class BrightcoveCaptionStyle
A convenience class to build up and represent a Caption Style
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BrightcoveCaptionStyle.Builder
-
Method Summary
Modifier and Type Method Description static BrightcoveCaptionStyle
createCaptionStyle(String fontSize, String typeface, int foregroundColor, int foregroundOpacity, int edgeType, int edgeColor, int backgroundColor, int backgroundOpacity, int windowColor, int windowOpacity)
static BrightcoveCaptionStyle
createCaptionStyleFromPreset(String fontSize, int preset)
static BrightcoveCaptionStyle
updateStyleByPreferenceKey(BrightcoveCaptionStyle style, String preferenceKey, Object value)
static BrightcoveCaptionStyle.Builder
builder()
int
preset()
String
fontSize()
String
typeface()
int
foregroundColor()
int
foregroundOpacity()
int
edgeType()
int
edgeColor()
int
backgroundColor()
int
backgroundOpacity()
int
windowColor()
int
windowOpacity()
String
toString()
boolean
equals(Object o)
int
hashCode()
-
-
Method Detail
-
createCaptionStyle
static BrightcoveCaptionStyle createCaptionStyle(String fontSize, String typeface, int foregroundColor, int foregroundOpacity, int edgeType, int edgeColor, int backgroundColor, int backgroundOpacity, int windowColor, int windowOpacity)
-
createCaptionStyleFromPreset
static BrightcoveCaptionStyle createCaptionStyleFromPreset(String fontSize, int preset)
-
updateStyleByPreferenceKey
static BrightcoveCaptionStyle updateStyleByPreferenceKey(BrightcoveCaptionStyle style, String preferenceKey, Object value)
-
builder
static BrightcoveCaptionStyle.Builder builder()
-
preset
int preset()
-
foregroundColor
int foregroundColor()
-
foregroundOpacity
int foregroundOpacity()
-
edgeType
int edgeType()
-
edgeColor
int edgeColor()
-
backgroundColor
int backgroundColor()
-
backgroundOpacity
int backgroundOpacity()
-
windowColor
int windowColor()
-
windowOpacity
int windowOpacity()
-
hashCode
int hashCode()
-
-
-
-