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 thefill
property.protected Paint
getFill
(boolean selected, boolean hover, boolean highlighted, boolean pressed) final Paint
Gets the value of thefillHighlight
property.final Paint
Gets the value of thefillHover
property.final Paint
Gets the value of thefillPressed
property.final Paint
Gets the value of thefillSelected
property.final Insets
Gets the value of thepadding
property.final ObjectProperty<Insets>
final void
Sets the value of thefill
property.final void
setFillHighlight
(Paint paint) Sets the value of thefillHighlight
property.final void
setFillHover
(Paint paint) Sets the value of thefillHover
property.final void
setFillPressed
(Paint paint) Sets the value of thefillPressed
property.final void
setFillSelected
(Paint paint) Sets the value of thefillSelected
property.final void
setPadding
(Insets insets) Sets the value of thepadding
property.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
-
fillHover
-
fillSelected
-
fillHighlight
-
padding
- See Also:
-
-
Constructor Details
-
Renderer
-
-
Method Details
-
getFill
-
fillProperty
- Returns:
- the
fill
property - See Also:
-
fillPressedProperty
- Returns:
- the
fillPressed
property - See Also:
-
fillHoverProperty
- Returns:
- the
fillHover
property - See Also:
-
fillSelectedProperty
- Returns:
- the
fillSelected
property - See Also:
-
fillHighlightProperty
- Returns:
- the
fillHighlight
property - See Also:
-
getFill
Gets the value of thefill
property.- Property description:
- Returns:
- the value of the
fill
property - See Also:
-
setFill
Sets the value of thefill
property.- Property description:
- Parameters:
paint
- the value for thefill
property- See Also:
-
getFillPressed
Gets the value of thefillPressed
property.- Property description:
- Returns:
- the value of the
fillPressed
property - See Also:
-
setFillPressed
Sets the value of thefillPressed
property.- Property description:
- Parameters:
paint
- the value for thefillPressed
property- See Also:
-
getFillHighlight
Gets the value of thefillHighlight
property.- Property description:
- Returns:
- the value of the
fillHighlight
property - See Also:
-
setFillHighlight
Sets the value of thefillHighlight
property.- Property description:
- Parameters:
paint
- the value for thefillHighlight
property- See Also:
-
getFillSelected
Gets the value of thefillSelected
property.- Property description:
- Returns:
- the value of the
fillSelected
property - See Also:
-
setFillSelected
Sets the value of thefillSelected
property.- Property description:
- Parameters:
paint
- the value for thefillSelected
property- See Also:
-
getFillHover
Gets the value of thefillHover
property.- Property description:
- Returns:
- the value of the
fillHover
property - See Also:
-
setFillHover
Sets the value of thefillHover
property.- Property description:
- Parameters:
paint
- the value for thefillHover
property- See Also:
-
paddingProperty
- Returns:
- the
padding
property - See Also:
-
getPadding
Gets the value of thepadding
property.- Property description:
- Returns:
- the value of the
padding
property - See Also:
-
setPadding
Sets the value of thepadding
property.- Property description:
- Parameters:
insets
- the value for thepadding
property- See Also:
-