Package com.jbstrap.ui.components.charts
Interface ColorizedSeries<T extends Series>
- Type Parameters:
T
- Series type
- All Known Implementing Classes:
AreaSeries
,BarSeries
,BubbleSeries
,DotSeries
,GaugeSeries
,LineSeries
public interface ColorizedSeries<T extends Series>
Series types implementing this interface enable you to set their own color.
- Since:
- 4.0
- Author:
- JBStrap
-
Field Summary
-
Method Summary
-
Field Details
-
COLOR
- See Also:
-
-
Method Details
-
setColor
Sets the series color.- Parameters:
color
- The series color as defined by the CSS3 standard- Returns:
- Series object
-
getColor
Gets the series color.- Returns:
- Current series color
-