Class TimeLineSimple

  • All Implemented Interfaces:
    TimeLine

    public class TimeLineSimple
    extends java.lang.Object
    implements TimeLine
    • Field Summary

      • Fields inherited from interface net.sourceforge.plantuml.project.core3.TimeLine

        MAX_TIME
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeLineSimple()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(long event)  
      long getNext​(long moment)  
      long getPrevious​(long moment)  
      • Methods inherited from class java.lang.Object

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

      • TimeLineSimple

        public TimeLineSimple()
    • Method Detail

      • getNext

        public long getNext​(long moment)
        Specified by:
        getNext in interface TimeLine
      • getPrevious

        public long getPrevious​(long moment)
        Specified by:
        getPrevious in interface TimeLine
      • add

        public void add​(long event)