Class TimeLineSimple
java.lang.Object
net.sourceforge.plantuml.project.core3.TimeLineSimple
- All Implemented Interfaces:
TimeLine
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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) -
getPrevious
public long getPrevious(long moment) - Specified by:
getPrevious
in interfaceTimeLine
-
add
public void add(long event)
-