Package io.keikai.model.impl.chart
Class SurfaceChartDataImpl
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.SurfaceChartDataImpl
- All Implemented Interfaces:
SChartData,SGeneralChartData,FormulaContent,LinkedModelObject,Serializable
Chart data implementation for surface and contour charts.
Reference: ECMA-376 5th Edition, sect. 21.2.2.182 (surfaceChart).
- Since:
- 7.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSurface chart sub-type. -
Constructor Summary
ConstructorsConstructorDescriptionSurfaceChartDataImpl(AbstractChartAdv chart, String id) SurfaceChartDataImpl(AbstractChartAdv chart, String id, SurfaceChartDataImpl.SurfaceType surfaceType) -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns the surface chart sub-type.getType()voidsetSurfaceType(SurfaceChartDataImpl.SurfaceType surfaceType) Sets the surface chart sub-type.Methods inherited from class io.keikai.model.impl.chart.GeneralChartDataImpl
addSeries, checkOrphan, checkOwnership, clearFormulaResultCache, destroy, getCategoriesFormula, getCategoriesFormulaExpression, getCategory, getCategoryAxis, getChart, getDateAxis, getNumOfCategory, getNumOfSeries, getSeries, getValueAxes, isCategoryHidden, isFormulaParsingError, removeSeries, setCategoriesFormula, setCategoriesFormula, setCategoryAxis, setDateAxis, setValueAxes
-
Constructor Details
-
SurfaceChartDataImpl
-
SurfaceChartDataImpl
public SurfaceChartDataImpl(AbstractChartAdv chart, String id, SurfaceChartDataImpl.SurfaceType surfaceType)
-
-
Method Details
-
getType
-
getSurfaceType
Returns the surface chart sub-type. -
setSurfaceType
Sets the surface chart sub-type. -
copyFrom
- Overrides:
copyFromin classGeneralChartDataImpl
-