Module com.flexganttfx.view
Class SelectedTimeIntervalsLayer<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer<R>
- Type Parameters:
R
- the type of the rows
public class SelectedTimeIntervalsLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Draws the time intervals that were selected by the user (or the application)
in the dateline.
-
Property Summary
Properties Type Property Description ObjectProperty<Paint>
selectedTimeIntervalFill
Properties inherited from class com.flexganttfx.view.graphics.layer.SystemLayer
opacity, snapToPixel, visible
-
Constructor Summary
Constructors Constructor Description SelectedTimeIntervalsLayer(GraphicsBase<R> graphics)
-
Method Summary
Modifier and Type Method Description void
drawLayer(RowCanvas<R> canvas, Instant startTime, Instant endTime)
Paint
getSelectedTimeIntervalFill()
Gets the value of the property selectedTimeIntervalFill.ObjectProperty<Paint>
selectedTimeIntervalFillProperty()
void
setSelectedTimeIntervalFill(Paint fill)
Sets the value of the property selectedTimeIntervalFill.Methods inherited from class com.flexganttfx.view.graphics.layer.SystemLayer
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visibleProperty
-
Property Details
-
Constructor Details
-
Method Details
-
selectedTimeIntervalFillProperty
-
getSelectedTimeIntervalFill
Gets the value of the property selectedTimeIntervalFill.- Property description:
-
setSelectedTimeIntervalFill
Sets the value of the property selectedTimeIntervalFill.- Property description:
-
drawLayer
- Specified by:
drawLayer
in classSystemLayer<R extends Row<?,?,?>>
-