public abstract class ChartContainer extends JavaScriptObjectContainer
JavaScriptObjectContainer
Constructor and Description |
---|
ChartContainer(AbstractChart<?,?> chart)
Creates the chart configuration object with the chart instance
|
Modifier and Type | Method and Description |
---|---|
AbstractChart<?,?> |
getChart() |
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, type
public ChartContainer(AbstractChart<?,?> chart)
chart
- chart instanceAbstractChart
public final AbstractChart<?,?> getChart()