Class Timeline.TimeOfDayParser

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static long END_OF_DAY  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TimeOfDayParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addToTimeline​(Timeline tl, long start, long end)  
      protected Timeline createTimeline()  
      protected long parsePart​(java.lang.String value)
      Should parse the provided sub pattern and add it to the timeline.
      • Methods inherited from class java.lang.Object

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

      • TimeOfDayParser

        protected TimeOfDayParser()