Package | Description |
---|---|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
Modifier and Type | Class and Description |
---|---|
class |
ScaleRowHeader<R extends Row<?,?,?>>
Draws a scale for an entire row or for each line within the row.
|
Modifier and Type | Method and Description |
---|---|
javafx.util.Callback<GraphicsBase<R>,GraphicsBase.RowHeader<R>> |
GraphicsBase.getRowHeaderFactory()
Returns the value of
GraphicsBase.rowHeaderFactoryProperty() . |
javafx.beans.property.ObjectProperty<javafx.util.Callback<GraphicsBase<R>,GraphicsBase.RowHeader<R>>> |
GraphicsBase.rowHeaderFactoryProperty()
A property used to store a callback for creating a node that will be
placed to the left of each row in the graphics view.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setRowHeaderFactory(javafx.util.Callback<GraphicsBase<R>,GraphicsBase.RowHeader<R>> factory)
Sets the value of
GraphicsBase.rowHeaderFactoryProperty() . |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.