java.lang.Object
com.flexganttfx.model.Layout
com.flexganttfx.model.layout.GanttLayout
public class GanttLayout extends Layout
The standard layout used by all rows and lines. Lays out activities
horizontally.
- Since:
- 1.0
- See Also:
Row.setLayout(Layout),Row.getLineLayout(int),LinesManager.getLineLayout(int)
-
Property Summary
-
Constructor Summary
Constructors Constructor Description GanttLayout()Constructs a new layout. -
Method Summary
Modifier and Type Method Description booleanisSupportingHorizontalCursorLine()Determines if the UI should be able to show a horizontal cursor line.StringtoString()Methods inherited from class com.flexganttfx.model.Layout
getPadding, paddingProperty, setPadding
-
Constructor Details
-
GanttLayout
public GanttLayout()Constructs a new layout.- Since:
- 1.0
-
-
Method Details
-
isSupportingHorizontalCursorLine
public boolean isSupportingHorizontalCursorLine()Description copied from class:LayoutDetermines if the UI should be able to show a horizontal cursor line. Currently only theChartLayoutand theAgendaLayoutsupport this.- Specified by:
isSupportingHorizontalCursorLinein classLayout- Returns:
- true if a horizontal cursor line makes sense
-
toString
-