-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum TextTrackStyle.EdgeType
The edge type values for the text track.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EDGE_TYPE_NONE
EDGE_TYPE_DEPRESSED
EDGE_TYPE_OUTLINE
EDGE_TYPE_RAISED
EDGE_TYPE_DROP_SHADOW
-
Method Summary
Modifier and Type Method Description static Array<TextTrackStyle.EdgeType>
values()
static TextTrackStyle.EdgeType
valueOf(String name)
-
-
Method Detail
-
values
static Array<TextTrackStyle.EdgeType> values()
-
valueOf
static TextTrackStyle.EdgeType valueOf(String name)
-
-
-
-