Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
| Package | Description |
|---|---|
| com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
-
Uses of GraphicsBase.RowControlsParameter in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.RowControlsParameter Modifier and Type Method Description Callback<GraphicsBase.RowControlsParameter<R>,Node>GraphicsBase. getRowControlsFactory()Gets the value of the property rowControlsFactory.ObjectProperty<Callback<GraphicsBase.RowControlsParameter<R>,Node>>GraphicsBase. rowControlsFactoryProperty()Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.RowControlsParameter Modifier and Type Method Description voidGraphicsBase. setRowControlsFactory(Callback<GraphicsBase.RowControlsParameter<R>,Node> factory)Sets the value of the property rowControlsFactory.