Package io.keikai.model.impl.chart
Class BubbleChartDataImpl
- java.lang.Object
-
- io.keikai.model.impl.chart.ChartDataAdv
-
- io.keikai.model.impl.chart.AbstractGeneralChartDataAdv
-
- io.keikai.model.impl.chart.GeneralChartDataImpl
-
- io.keikai.model.impl.chart.BubbleChartDataImpl
-
- All Implemented Interfaces:
SChartData
,SGeneralChartData
,FormulaContent
,LinkedModelObject
,Serializable
public class BubbleChartDataImpl extends GeneralChartDataImpl
- Since:
- 5.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BubbleChartDataImpl(AbstractChartAdv chart, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SChart.ChartType
getType()
-
Methods inherited from class io.keikai.model.impl.chart.GeneralChartDataImpl
addSeries, checkOrphan, checkOwnership, clearFormulaResultCache, copyFrom, destroy, getCategoriesFormula, getCategoriesFormulaExpression, getCategory, getCategoryAxis, getChart, getDateAxis, getNumOfCategory, getNumOfSeries, getSeries, getValueAxes, isCategoryHidden, isFormulaParsingError, removeSeries, setCategoriesFormula, setCategoriesFormula, setCategoryAxis, setDateAxis, setValueAxes
-
-
-
-
Constructor Detail
-
BubbleChartDataImpl
public BubbleChartDataImpl(AbstractChartAdv chart, String id)
-
-
Method Detail
-
getType
public SChart.ChartType getType()
-
-