Class PointColorDataSet
java.lang.Object
org.apache.syncope.client.console.chartjs.BaseDataSet
org.apache.syncope.client.console.chartjs.PointColorDataSet
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LineDataSet
Provides some additional point color and point stroke color information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPointColorDataSet(List<? extends Number> data) Instantiates a new abstract point color data set. -
Method Summary
Modifier and TypeMethodDescriptionGets the point color.Gets the point stroke color.voidsetPointColor(String pointColor) Sets the point color.voidsetPointStrokeColor(String pointStrokeColor) Sets the point stroke color.Methods inherited from class org.apache.syncope.client.console.chartjs.BaseDataSet
getBackgroundColor, getBorderColor, getData, setBackgroundColor, setBorderColor
-
Constructor Details
-
PointColorDataSet
Instantiates a new abstract point color data set.- Parameters:
data- the values
-
-
Method Details
-
getPointColor
Gets the point color.- Returns:
- the point color
-
setPointColor
Sets the point color.- Parameters:
pointColor- the point color
-
getPointStrokeColor
Gets the point stroke color.- Returns:
- the point stroke color
-
setPointStrokeColor
Sets the point stroke color.- Parameters:
pointStrokeColor- the point stroke color
-