Package io.keikai.model.impl.chart
Class LineChartDataImpl
- 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.GroupingChartDataImpl
-
- io.keikai.model.impl.chart.LineChartDataImpl
-
- All Implemented Interfaces:
SChartData
,SGeneralChartData
,FormulaContent
,LinkedModelObject
,Serializable
public class LineChartDataImpl extends GroupingChartDataImpl
- Since:
- 5.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineChartDataImpl(AbstractChartAdv chart, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyFrom(GeneralChartDataImpl src)
SChart.ChartType
getType()
Boolean
hasMarker()
boolean
isSmooth()
void
setMarker(Boolean marker)
void
setSmooth(boolean smooth)
-
Methods inherited from class io.keikai.model.impl.chart.GroupingChartDataImpl
getGrouping, setGrouping
-
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 Detail
-
LineChartDataImpl
public LineChartDataImpl(AbstractChartAdv chart, String id)
-
-
Method Detail
-
getType
public SChart.ChartType getType()
-
isSmooth
public boolean isSmooth()
-
setSmooth
public void setSmooth(boolean smooth)
-
copyFrom
public void copyFrom(GeneralChartDataImpl src)
- Overrides:
copyFrom
in classGroupingChartDataImpl
-
hasMarker
public Boolean hasMarker()
-
setMarker
public void setMarker(Boolean marker)
-
-