Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.RowHeader
| Package | Description |
|---|---|
| com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
-
Uses of GraphicsBase.RowHeader in com.flexganttfx.view.graphics
Subclasses of GraphicsBase.RowHeader in com.flexganttfx.view.graphics Modifier and Type Class Description classScaleRowHeader<R extends Row<?,?,?>>Draws a scale for an entire row or for each line within the row.Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.RowHeader Modifier and Type Method Description Callback<GraphicsBase<R>,GraphicsBase.RowHeader<R>>GraphicsBase. getRowHeaderFactory()Returns the value ofGraphicsBase.rowHeaderFactoryProperty().ObjectProperty<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.Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.RowHeader Modifier and Type Method Description voidGraphicsBase. setRowHeaderFactory(Callback<GraphicsBase<R>,GraphicsBase.RowHeader<R>> factory)Sets the value ofGraphicsBase.rowHeaderFactoryProperty().