-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum StyledElement.Unit
-
-
Method Summary
Modifier and Type Method Description static StyledElement.Unit
fromString(String value)
Parses the given String into the proper value of Unit. static Array<StyledElement.Unit>
values()
static StyledElement.Unit
valueOf(String name)
-
-
Method Detail
-
fromString
static StyledElement.Unit fromString(String value)
Parses the given String into the proper value of Unit. Recognizes the "%" string as PERCENT.
- Parameters:
value
- the String to parse
-
values
static Array<StyledElement.Unit> values()
-
valueOf
static StyledElement.Unit valueOf(String name)
-
-
-
-