T - generic type of time pointspublic interface TimeLine<T>
Represents a time axis where a point in time can be moved forward or backward.
As step width, the associated time axis will usually use the smallest registered time unit.
| Modifier and Type | Method and Description |
|---|---|
T |
stepBackwards(T timepoint)
Move given point in time backwards by one step.
|
T |
stepForward(T timepoint)
Move given point in time forward by one step.
|
Copyright © 2014–2015. All rights reserved.