Class TimeLineSimple

java.lang.Object
net.sourceforge.plantuml.project.core3.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
     
  • Method Summary

    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 Details

    • TimeLineSimple

      public TimeLineSimple()
  • Method Details

    • 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)