Class NowLineLayer<R extends Row<?,​?,​?>>

java.lang.Object
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.NowLineLayer<R>
Type Parameters:
R - the type of the rows

public class NowLineLayer<R extends Row<?,​?,​?>>
extends SystemLayer<R>
Draws a vertical line at the location of the current time / now time. The current time is defined in the timeline model.
Since:
1.0
See Also:
TimelineModel.getNow(), TimelineModel.getNowLocation(), GraphicsBase.getForegroundSystemLayers(), GraphicsBase.getBackgroundSystemLayers(), GraphicsBase.getForegroundSystemLayer(Class), GraphicsBase.getBackgroundSystemLayer(Class)