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.
|
Modifier and Type | Method and Description |
---|---|
LinesManager<A> |
Row.getLinesManager()
Returns the value of
Row.linesManagerProperty() . |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<LinesManager<A>> |
Row.linesManagerProperty()
The property used to store the
LinesManager instance for this
row. |
Modifier and Type | Method and Description |
---|---|
void |
Row.setLinesManager(LinesManager<A> manager)
Sets the value of
Row.linesManagerProperty() . |
Modifier and Type | Class and 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 new
LinesManager types. |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.