Uses of Interface
com.flexganttfx.model.LinesManager
-
Packages that use LinesManager Package Description com.flexganttfx.model Top-level model classes required for creating a Gantt chart.com.flexganttfx.model.layout Different layout and line manager implementations used to control the layout of activities.com.flexganttfx.view.util Various utility classes. -
-
Uses of LinesManager in com.flexganttfx.model
Methods in com.flexganttfx.model that return LinesManager Modifier and Type Method Description LinesManager<A>
Row. getLinesManager()
Returns the value ofRow.linesManagerProperty()
.Methods in com.flexganttfx.model that return types with arguments of type LinesManager Modifier and Type Method Description ObjectProperty<LinesManager<A>>
Row. linesManagerProperty()
The property used to store theLinesManager
instance for this row.Methods in com.flexganttfx.model with parameters of type LinesManager Modifier and Type Method Description void
Row. setLinesManager(LinesManager<A> manager)
Sets the value ofRow.linesManagerProperty()
. -
Uses of LinesManager in com.flexganttfx.model.layout
Classes in com.flexganttfx.model.layout that implement LinesManager Modifier and Type Class Description class
EqualLinesManager<R extends Row<?,?,A>,A extends Activity>
A lines manager that equally distributes the available row height to all lines.class
LinesManagerBase<A extends Activity>
A base class for newLinesManager
types. -
Uses of LinesManager in com.flexganttfx.view.util
Classes in com.flexganttfx.view.util that implement LinesManager Modifier and Type Class Description class
AutoLinesManager<R extends Row<?,?,A>,A extends Activity>
A specializedLinesManager
used for ensuring that activities will not overlap each other.
-