Class TimeRanges


  • @JsType(isNative=true,
            namespace="<global>")
    public class TimeRanges
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeRanges()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double end​(int index)  
      double start​(int index)  
      • Methods inherited from class java.lang.Object

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

      • length

        public int length
    • Constructor Detail

      • TimeRanges

        public TimeRanges()
    • Method Detail

      • end

        public double end​(int index)
      • start

        public double start​(int index)