Uses of Interface
com.flexganttfx.model.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 theLinesManagerinstance for this row.Methods in com.flexganttfx.model with parameters of type LinesManager Modifier and Type Method Description voidRow. 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 classEqualLinesManager<R extends Row<?,?,A>,A extends Activity>A lines manager that equally distributes the available row height to all lines.classLinesManagerBase<A extends Activity>A base class for newLinesManagertypes. -
Uses of LinesManager in com.flexganttfx.view.util
Classes in com.flexganttfx.view.util that implement LinesManager Modifier and Type Class Description classAutoLinesManager<R extends Row<?,?,A>,A extends Activity>A specializedLinesManagerused for ensuring that activities will not overlap each other.