Package io.keikai.api.model.impl
Class ChartImpl
- java.lang.Object
-
- io.keikai.api.model.impl.ChartImpl
-
- All Implemented Interfaces:
Chart
,Serializable
public class ChartImpl extends Object implements Chart, Serializable
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.api.model.Chart
Chart.Grouping, Chart.LegendPosition, Chart.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
SheetAnchor
getAnchor()
String
getId()
SChart
getNative()
int
hashCode()
void
setDataRange(Range range)
change the data range and rerender
-
-
-
Method Detail
-
getNative
public SChart getNative()
-
getAnchor
public SheetAnchor getAnchor()
-
setDataRange
public void setDataRange(Range range)
Description copied from interface:Chart
change the data range and rerender- Specified by:
setDataRange
in interfaceChart
-
-