Package org.pepstock.charba.client.data
Interface HasPointFillStrokeStyles
-
- All Known Implementing Classes:
LineDataset
,LiningDataset
,RadarDataset
,ScatterDataset
,StackedAreaDataset
,TimeSeriesLineDataset
,VerticalLineDataset
public interface HasPointFillStrokeStyles
This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLYLiningDataset
has implemented this interface- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key
getPointFillStyleProperty()
Returns the property which is mapping the point fill style.Key
getPointStrokeStyleProperty()
Returns the property which is mapping the point stroke style.
-
-
-
Method Detail
-
getPointFillStyleProperty
Key getPointFillStyleProperty()
Returns the property which is mapping the point fill style.- Returns:
- the property which is mapping the point fill style
-
getPointStrokeStyleProperty
Key getPointStrokeStyleProperty()
Returns the property which is mapping the point stroke style.- Returns:
- the property which is mapping the point stroke style
-
-