Package io.keikai.model.impl.chart
Class UnsupportedChartDataImpl
- java.lang.Object
-
- io.keikai.model.impl.chart.ChartDataAdv
-
- io.keikai.model.impl.chart.UnsupportedChartDataImpl
-
- All Implemented Interfaces:
SChartData
,FormulaContent
,LinkedModelObject
,Serializable
public class UnsupportedChartDataImpl extends ChartDataAdv
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedChartDataImpl(SChart chart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkOrphan()
void
clearFormulaResultCache()
Clear the formula result cache if there is evaluation resultvoid
destroy()
Destroy / release this model object, for example all the dependency, parent linking.SChart
getChart()
boolean
isFormulaParsingError()
-
-
-
Constructor Detail
-
UnsupportedChartDataImpl
public UnsupportedChartDataImpl(SChart chart)
-
-
Method Detail
-
getChart
public SChart getChart()
- Returns:
- the chart that contains the chart data.
-
clearFormulaResultCache
public void clearFormulaResultCache()
Description copied from interface:FormulaContent
Clear the formula result cache if there is evaluation result
-
isFormulaParsingError
public boolean isFormulaParsingError()
- Returns:
- returns TRUE if it has parsing error, FALSE if no error found or not a formula content
-
destroy
public void destroy()
Description copied from interface:LinkedModelObject
Destroy / release this model object, for example all the dependency, parent linking. this method has to be called before remove this linking from parent object
-
checkOrphan
public void checkOrphan()
-
-