public abstract class BaseBoxItem extends JavaScriptObjectContainer
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseBoxItem.Property
Name of fields of JavaScript object.
|
Modifier | Constructor and Description |
---|---|
protected |
BaseBoxItem(GenericJavaScriptObject javaScriptObject)
Wraps the CHART.JS java script object.
|
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Returns the bottom of chart area.
|
int |
getLeft()
Returns the left of chart area.
|
int |
getRight()
Returns the right of chart area.
|
int |
getTop()
Returns the top of chart area.
|
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
protected BaseBoxItem(GenericJavaScriptObject javaScriptObject)
javaScriptObject
- CHART.JS java script objectpublic final int getTop()
public final int getRight()
public final int getBottom()
public final int getLeft()