Module com.flexganttfx.extras
Package impl.com.flexganttfx.extras.skin
Class RadarViewSkin<R extends Row<?,?,?>>
-
Property Summary
PropertiesTypePropertyDescriptionfinal ObjectProperty<Paint>
The color used to fill the rectangle that represents the currently visible time interval. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Paint
Gets the value of thevisibleTimeIntervalColor
property.final void
setVisibleTimeIntervalColor
(Paint visibleTimeIntervalColor) Sets the value of thevisibleTimeIntervalColor
property.final ObjectProperty<Paint>
The color used to fill the rectangle that represents the currently visible time interval.Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Property Details
-
visibleTimeIntervalColor
The color used to fill the rectangle that represents the currently visible time interval.
-
-
Constructor Details
-
RadarViewSkin
-
-
Method Details
-
visibleTimeIntervalColorProperty
The color used to fill the rectangle that represents the currently visible time interval.- Returns:
- the color used for the visible time interval
- See Also:
-
getVisibleTimeIntervalColor
Gets the value of thevisibleTimeIntervalColor
property.- Property description:
- The color used to fill the rectangle that represents the currently visible time interval.
- Returns:
- the value of the
visibleTimeIntervalColor
property - See Also:
-
setVisibleTimeIntervalColor
Sets the value of thevisibleTimeIntervalColor
property.- Property description:
- The color used to fill the rectangle that represents the currently visible time interval.
- Parameters:
visibleTimeIntervalColor
- the value for thevisibleTimeIntervalColor
property- See Also:
-