public abstract class BaseBoxNodeItem extends BaseBoxItem
get
methods to change java script object properties.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
getArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public final MarginsItem getMargins()
public final SizeItem getMinSize()
public final boolean isFullWidth()
UndefinedValues.BOOLEAN
.public final Position getPosition()
Position.top
.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
.