Uses of Interface
com.flexganttfx.model.LinesManager
Packages that use LinesManager
Package
Description
Top-level model classes required for creating a Gantt chart.
Different layout and line manager implementations used to control the layout of activities.
Various utility classes.
-
Uses of LinesManager in com.flexganttfx.model
Methods in com.flexganttfx.model that return LinesManagerModifier and TypeMethodDescriptionfinal LinesManager<A>
Row.getLinesManager()
Returns the value ofRow.linesManagerProperty()
.Methods in com.flexganttfx.model that return types with arguments of type LinesManagerModifier and TypeMethodDescriptionfinal ObjectProperty<LinesManager<A>>
Row.linesManagerProperty()
The property used to store theLinesManager
instance for this row.Methods in com.flexganttfx.model with parameters of type LinesManagerModifier and TypeMethodDescriptionfinal 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 LinesManagerModifier and TypeClassDescriptionclass
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 LinesManagerModifier and TypeClassDescriptionclass
AutoLinesManager<R extends Row<?,
?, A>, A extends Activity> A specializedLinesManager
used for ensuring that activities will not overlap each other.