Uses of Class
com.flexganttfx.model.Layout
Packages that use Layout
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.
The various graphics controls that are used for rendering the Gantt chart.
Classes for the graphics skin.
-
Uses of Layout in com.flexganttfx.model
Methods in com.flexganttfx.model that return LayoutModifier and TypeMethodDescriptionfinal Layout
Row.getLayout()
Returns the value of theRow.layoutProperty()
.LinesManager.getLineLayout
(int lineIndex) Returns the layout for the line with the given line index.final Layout
Row.getLineLayout
(int lineIndex) Returns a line-specific layout for the given line.Methods in com.flexganttfx.model that return types with arguments of type LayoutModifier and TypeMethodDescriptionfinal 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 -
Uses of Layout in com.flexganttfx.model.layout
Subclasses of Layout in com.flexganttfx.model.layoutModifier and TypeClassDescriptionclass
The agenda layout class is used to lay out activities in a style similar to a regular calendar where a vertical scale will display hours.class
Using the chart layout class results in activities being laid out as chart bars.class
The standard layout used by all rows and lines.Methods in com.flexganttfx.model.layout that return Layout -
Uses of Layout in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return LayoutModifier and TypeMethodDescriptionfinal Layout
GraphicsBase.getHoverLayout()
Gets the value of the property hoverLayout.final Layout
ActivityBounds.getLayout()
GraphicsBase.ContextMenuParameter.getLayout()
Returns the layout found at the location where the context menu has been requested.final Layout
GraphicsBase.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 LayoutModifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Layout>
GraphicsBase.hoverLayoutProperty()
Methods in com.flexganttfx.view.graphics with parameters of type LayoutConstructors in com.flexganttfx.view.graphics with parameters of type LayoutModifierConstructorDescriptionContextMenuParameter
(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 LayoutModifier and TypeMethodDescriptionfinal Layout
GraphicsBaseSkin.getLayoutAt
(double y) final Layout
RowCanvas.getLayoutAt
(double y)