public final class BarBorderWidth extends NativeObjectContainer
Constructor and Description |
---|
BarBorderWidth()
Creates the object with an empty native object instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Returns the border width bottom in pixel.
|
int |
getLeft()
Returns the border width left in pixel.
|
int |
getRight()
Returns the border width right in pixel.
|
int |
getTop()
Returns the border width top in pixel.
|
void |
set(int borderWidth)
Sets the border width size to all dimensions.
|
void |
setBottom(int borderWidth)
Sets the border width bottom in pixel.
|
void |
setLeft(int borderWidth)
Sets the border width left in pixel.
|
void |
setRight(int borderWidth)
Sets the border width right in pixel.
|
void |
setTop(int borderWidth)
Sets the border width top in pixel.
|
checkValue, empty, getArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, 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 BarBorderWidth()
public void set(int borderWidth)
borderWidth
- border width size to apply to all dimensions.public void setLeft(int borderWidth)
borderWidth
- the border width left in pixel.public int getLeft()
public void setRight(int borderWidth)
borderWidth
- the border width right in pixel.public int getRight()
public void setTop(int borderWidth)
borderWidth
- the border width top in pixel.public int getTop()
public void setBottom(int borderWidth)
borderWidth
- the border width bottom in pixel.public int getBottom()