Class GanttLayout

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)
  • Constructor Details

    • GanttLayout

      public GanttLayout()
      Constructs a new layout.
      Since:
      1.0
  • Method Details

    • isSupportingHorizontalCursorLine

      public boolean isSupportingHorizontalCursorLine()
      Description copied from class: Layout
      Determines if the UI should be able to show a horizontal cursor line. Currently only the ChartLayout and the AgendaLayout support this.
      Specified by:
      isSupportingHorizontalCursorLine in class Layout
      Returns:
      true if a horizontal cursor line makes sense
    • toString

      public String toString()
      Overrides:
      toString in class Object