Class LengthVtt

  • All Implemented Interfaces:
    java.io.Serializable

    public class LengthVtt
    extends Length
    Provides the representation of varying forms of length measure per the WebVTT1 specification.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LengthVtt​(double value, StyledElement.Unit unit)
      Initializes a Length object using the given numeric value and Unit specification.
      LengthVtt​(java.lang.String expression)
      Initializes a Length object by parsing the given expression.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TAG

        public static final java.lang.String TAG
      • PATTERN_PERCENTAGE

        public static final java.util.regex.Pattern PATTERN_PERCENTAGE
      • PATTERN_LINE

        public static final java.util.regex.Pattern PATTERN_LINE