Package io.keikai.model.impl.chart
Class StockChartDataImpl
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.StockChartDataImpl
- All Implemented Interfaces:
SChartData,SGeneralChartData,FormulaContent,LinkedModelObject,Serializable
Chart data implementation for stock charts (HLC, OHLC, Volume-HLC, Volume-OHLC).
Reference: ECMA-376 5th Edition, sect. 21.2.2.175 (stockChart).
- Since:
- 7.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStockChartDataImpl(AbstractChartAdv chart, String id) StockChartDataImpl(AbstractChartAdv chart, String id, StockChartDataImpl.StockType stockType) -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns the stock chart sub-type.getType()voidsetStockType(StockChartDataImpl.StockType stockType) Sets the stock 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
-
StockChartDataImpl
-
StockChartDataImpl
public StockChartDataImpl(AbstractChartAdv chart, String id, StockChartDataImpl.StockType stockType)
-
-
Method Details
-
getType
-
getStockType
Returns the stock chart sub-type. -
setStockType
Sets the stock chart sub-type. -
copyFrom
- Overrides:
copyFromin classGeneralChartDataImpl
-