Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.RowHeader
Packages that use GraphicsBase.RowHeader
Package
Description
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.graphicsModifier and TypeClassDescriptionclass
ScaleRowHeader<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.RowHeaderModifier and TypeMethodDescriptionfinal Callback<GraphicsBase<R>,
GraphicsBase.RowHeader<R>> GraphicsBase.getRowHeaderFactory()
Returns the value ofGraphicsBase.rowHeaderFactoryProperty()
.final 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.RowHeaderModifier and TypeMethodDescriptionfinal void
GraphicsBase.setRowHeaderFactory
(Callback<GraphicsBase<R>, GraphicsBase.RowHeader<R>> factory) Sets the value ofGraphicsBase.rowHeaderFactoryProperty()
.