Klasse 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.
Seit:
1.0
Siehe auch:
  • Konstruktordetails

    • GanttLayout

      public GanttLayout()
      Constructs a new layout.
      Seit:
      1.0
  • Methodendetails

    • isSupportingHorizontalCursorLine

      public boolean isSupportingHorizontalCursorLine()
      Beschreibung aus Klasse kopiert: Layout
      Determines if the UI should be able to show a horizontal cursor line. Currently only the ChartLayout and the AgendaLayout support this.
      Angegeben von:
      isSupportingHorizontalCursorLine in Klasse Layout
      Gibt zurück:
      true if a horizontal cursor line makes sense
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object