public abstract class BaseBoxNodeItem extends BaseBoxItem
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseBoxNodeItem.Property
Name of fields of JavaScript object.
|
Modifier | Constructor and Description |
---|---|
protected |
BaseBoxNodeItem(GenericJavaScriptObject javaScriptObject)
Wraps the CHART.JS java script object.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the height in pixel.
|
MarginsItem |
getMargins()
Returns the margin item.
|
double |
getMaxHeight()
Returns the max height in pixel.
|
double |
getMaxWidth()
Returns the max width in pixel.
|
SizeItem |
getMinSize()
Returns the min size item.
|
int |
getPaddingBottom()
Returns the padding bottom in pixel.
|
int |
getPaddingLeft()
Returns the padding left in pixel.
|
int |
getPaddingRight()
Returns the padding right in pixel.
|
int |
getPaddingTop()
Returns the padding top in pixel.
|
Position |
getPosition()
Returns the position of node.
|
double |
getWeight()
Returns the weight.
|
int |
getWidth()
Returns the width in pixel.
|
boolean |
isFullWidth()
Returns the full width in pixel.
|
getBottom, getLeft, getRight, getTop
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 BaseBoxNodeItem(GenericJavaScriptObject javaScriptObject)
javaScriptObject
- CHART.JS java script object.public final boolean isFullWidth()
UndefinedValues.BOOLEAN
.public final Position getPosition()
public final double getWeight()
UndefinedValues.DOUBLE
.public final int getWidth()
UndefinedValues.INTEGER
.public final int getHeight()
UndefinedValues.INTEGER
.public final double getMaxWidth()
UndefinedValues.DOUBLE
.public final double getMaxHeight()
UndefinedValues.DOUBLE
.public final int getPaddingTop()
UndefinedValues.INTEGER
.public final int getPaddingRight()
UndefinedValues.INTEGER
.public final int getPaddingBottom()
UndefinedValues.INTEGER
.public final int getPaddingLeft()
UndefinedValues.INTEGER
.public final MarginsItem getMargins()
public final SizeItem getMinSize()