Uses of Class
com.flexganttfx.model.Layout
| 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.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
| impl.com.flexganttfx.skin.graphics |
Classes for the graphics skin.
|
-
Uses of Layout in com.flexganttfx.model
Methods in com.flexganttfx.model that return Layout Modifier and Type Method Description LayoutRow. getLayout()Returns the value of theRow.layoutProperty().LayoutLinesManager. getLineLayout(int lineIndex)Returns the layout for the line with the given line index.LayoutRow. getLineLayout(int lineIndex)Returns a line-specific layout for the given line.Methods in com.flexganttfx.model that return types with arguments of type Layout Modifier and Type Method Description ObjectProperty<Layout>Row. layoutProperty()The property used to store the layout used for laying out the activities that are directly associated with the row (and not on an inner line).Methods in com.flexganttfx.model with parameters of type Layout Modifier and Type Method Description voidRow. setLayout(Layout layout)Sets the value of theRow.layoutProperty(). -
Uses of Layout in com.flexganttfx.model.layout
Subclasses of Layout in com.flexganttfx.model.layout Modifier and Type Class Description classAgendaLayoutThe agenda layout class is used to lay out activities in a style similar to a regular calendar where a vertical scale will display hours.classChartLayoutUsing the chart layout class results in activities being laid out as chart bars.classGanttLayoutThe standard layout used by all rows and lines.Methods in com.flexganttfx.model.layout that return Layout Modifier and Type Method Description LayoutEqualLinesManager. getLineLayout(int lineIndex) -
Uses of Layout in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return Layout Modifier and Type Method Description LayoutGraphicsBase. getHoverLayout()Gets the value of the property hoverLayout.LayoutActivityBounds. getLayout()LayoutGraphicsBase.ContextMenuParameter. getLayout()Returns the layout found at the location where the context menu has been requested.LayoutGraphicsBase. getLayoutAt(double y)Finds the layout that is being used at the given y-coordinate.Methods in com.flexganttfx.view.graphics that return types with arguments of type Layout Modifier and Type Method Description ReadOnlyObjectProperty<Layout>GraphicsBase. hoverLayoutProperty()Methods in com.flexganttfx.view.graphics with parameters of type Layout Modifier and Type Method Description voidActivityBounds. setLayout(Layout layout)Constructors in com.flexganttfx.view.graphics with parameters of type Layout Constructor Description ContextMenuParameter(GraphicsBase<R> graphics, R row, List<ActivityRef<?>> activities, Layout layout, Instant time, LocalTime localTime)Constructs a new context menu parameter object. -
Uses of Layout in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return Layout Modifier and Type Method Description LayoutGraphicsBaseSkin. getLayoutAt(double y)LayoutRowCanvas. getLayoutAt(double y)