Class GanttChartRowSeparator

java.lang.Object
com.amalgamasimulation.charts.visualsets.GanttChartRowSeparator

public class GanttChartRowSeparator extends Object
Class used to contains a set of parameters for drawing a separator between the GanttChartRow on the TimeGanttChart.
Author:
Aleksey Kirillov
  • Constructor Details

    • GanttChartRowSeparator

      public GanttChartRowSeparator(Color lineColor, double lineWidth)
      Constructs a separator parameters container with given line color and line width.
      Parameters:
      lineColor - the line color of the plot
      lineWidth - the line width of the plot, in pixels
  • Method Details

    • getLineColor

      public Color getLineColor()
      Returns the line color of the plot.
      Returns:
      the line color of the plot
    • getLineWidth

      public double getLineWidth()
      Returns the line width of the plot, in pixels.
      Returns:
      the line color of the plot