java.lang.Object
com.flexganttfx.view.graphics.renderer.RendererBase
com.flexganttfx.view.graphics.renderer.Renderer
- Direct Known Subclasses:
ActivityRenderer
,RowRenderer
-
Property Summary
PropertiesTypePropertyDescriptionfinal ObjectProperty<Paint>
final ObjectProperty<Paint>
final ObjectProperty<Paint>
final ObjectProperty<Paint>
final ObjectProperty<Paint>
final ObjectProperty<Insets>
Properties inherited from class com.flexganttfx.view.graphics.renderer.RendererBase
alpha, enabled, snapToPixel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ObjectProperty<Paint>
final ObjectProperty<Paint>
final ObjectProperty<Paint>
final ObjectProperty<Paint>
final ObjectProperty<Paint>
final Paint
getFill()
Gets the value of the property fill.protected Paint
getFill
(boolean selected, boolean hover, boolean highlighted, boolean pressed) final Paint
Gets the value of the property fillHighlight.final Paint
Gets the value of the property fillHover.final Paint
Gets the value of the property fillPressed.final Paint
Gets the value of the property fillSelected.final Insets
Gets the value of the property padding.final ObjectProperty<Insets>
final void
Sets the value of the property fill.final void
setFillHighlight
(Paint paint) Sets the value of the property fillHighlight.final void
setFillHover
(Paint paint) Sets the value of the property fillHover.final void
setFillPressed
(Paint paint) Sets the value of the property fillPressed.final void
setFillSelected
(Paint paint) Sets the value of the property fillSelected.final void
setPadding
(Insets insets) Sets the value of the property padding.Methods inherited from class com.flexganttfx.view.graphics.renderer.RendererBase
alphaProperty, disableRedrawAfterPropertyChange, enabledProperty, enableRedrawAfterPropertyChange, getAlpha, getGraphics, getLocation, getName, getTimeAt, isEnabled, isSnapToPixel, redrawObservable, setAlpha, setEnabled, setSnapToPixel, snapPositionX, snapPositionY, snapSizeX, snapSizeY, snapSpaceX, snapSpaceY, snapToPixelProperty
-
Property Details
-
fill
- See Also:
-
fillPressed
- See Also:
-
fillHover
- See Also:
-
fillSelected
- See Also:
-
fillHighlight
- See Also:
-
padding
- See Also:
-
-
Constructor Details
-
Renderer
-
-
Method Details
-
getFill
-
fillProperty
- See Also:
-
fillPressedProperty
- See Also:
-
fillHoverProperty
- See Also:
-
fillSelectedProperty
- See Also:
-
fillHighlightProperty
- See Also:
-
getFill
Gets the value of the property fill.- Property description:
-
setFill
Sets the value of the property fill.- Property description:
-
getFillPressed
Gets the value of the property fillPressed.- Property description:
-
setFillPressed
Sets the value of the property fillPressed.- Property description:
-
getFillHighlight
Gets the value of the property fillHighlight.- Property description:
-
setFillHighlight
Sets the value of the property fillHighlight.- Property description:
-
getFillSelected
Gets the value of the property fillSelected.- Property description:
-
setFillSelected
Sets the value of the property fillSelected.- Property description:
-
getFillHover
Gets the value of the property fillHover.- Property description:
-
setFillHover
Sets the value of the property fillHover.- Property description:
-
paddingProperty
- See Also:
-
getPadding
Gets the value of the property padding.- Property description:
-
setPadding
Sets the value of the property padding.- Property description:
-