Class GanttChartRow

java.lang.Object
com.amalgamasimulation.charts.utils.GanttChartRow

public class GanttChartRow extends Object
Class that represents a single named row in Gantt Chart. Each Gantt Chart row can contain one or more VisualSet. If the Gantt Chart row does not contain any data set it is not displayed on the chart.
Author:
Aleksey Kirillov
  • Constructor Details

    • GanttChartRow

      public GanttChartRow(String name)
      Constructs Gantt Chart Row with given name.
      Parameters:
      name - row name
  • Method Details

    • getName

      public String getName()
      Returns the row's name.
      Returns:
      the row's name
    • toString

      public String toString()
      Overrides:
      toString in class Object