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 the property visibleTimeIntervalColor.final void
setVisibleTimeIntervalColor
(Paint visibleTimeIntervalColor) Sets the value of the property visibleTimeIntervalColor.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. -
getVisibleTimeIntervalColor
Gets the value of the property visibleTimeIntervalColor.- Property description:
- The color used to fill the rectangle that represents the currently visible time interval.
-
setVisibleTimeIntervalColor
Sets the value of the property visibleTimeIntervalColor.- Property description:
- The color used to fill the rectangle that represents the currently visible time interval.
-