-
-
Field Summary
Fields Modifier and Type Field Description public final static String
TAG
public final static Pattern
PATTERN_PERCENTAGE
public final static Pattern
PATTERN_LINE
-
Constructor Summary
Constructors Constructor Description LengthVtt(String expression)
Initializes a Length object by parsing the given expression. LengthVtt(double value, StyledElement.Unit unit)
Initializes a Length object using the given numeric value and Unit specification.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
LengthVtt
LengthVtt(String expression)
Initializes a Length object by parsing the given expression.- Parameters:
expression
- the string expression to parse
-
LengthVtt
LengthVtt(double value, StyledElement.Unit unit)
Initializes a Length object using the given numeric value and Unit specification.- Parameters:
value
- the numeric value of the lengthunit
- the units for the length value
-
-
-
-