Package com.jbstrap.ui.components.charts
Interface SimpleSeriesChart<T extends SeriesBasedChart<?>,D extends Series>
- Type Parameters:
T
- Chart typeD
- Chart series type
- All Known Implementing Classes:
DonutChart
,FunnelChart
,PieChart
public interface SimpleSeriesChart<T extends SeriesBasedChart<?>,D extends Series>
Charts that implement this interface can only display one series.
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
-
Method Details
-
setSeries
Sets the series displayed on the chart.- Parameters:
series
- Series instance displayed on the chart- Returns:
- Chart
-
getSeries
Gets the series on the chart.- Returns:
- Series instance displayed on the chart or
null
if there are no series displayed
-
getSeriesName
Gets the name of the series displayed on the chart.- Returns:
- Series instance displayed on the chart or
null
if there are no series displayed
-