Class GanttChartRowSeparator
java.lang.Object
com.amalgamasimulation.charts.visualsets.GanttChartRowSeparator
Class used to contains a set of parameters for drawing a separator between
the
GanttChartRow on the TimeGanttChart.- Author:
- Aleksey Kirillov
-
Constructor Summary
ConstructorsConstructorDescriptionGanttChartRowSeparator(Color lineColor, double lineWidth) Constructs a separator parameters container with given line color and line width. -
Method Summary
Modifier and TypeMethodDescriptionReturns the line color of the plot.doubleReturns the line width of the plot, in pixels.
-
Constructor Details
-
GanttChartRowSeparator
Constructs a separator parameters container with given line color and line width.- Parameters:
lineColor- the line color of the plotlineWidth- the line width of the plot, in pixels
-
-
Method Details
-
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
-