public final class BorderRadiusItem extends AbstractNode
Modifier and Type | Method and Description |
---|---|
int |
getBottomLeft()
Returns the border radius for bottom-left corner of the rectangle, in pixel.
|
int |
getBottomRight()
Returns the border radius for bottom-right corner of the rectangle, in pixel.
|
int |
getTopLeft()
Returns the border radius for top-left corner of the rectangle, in pixel.
|
int |
getTopRight()
Returns the border radius for top-right corner of the rectangle, in pixel.
|
void |
set(int borderRadius)
Sets the border radius size to all corners of the rectangle.
|
void |
setBottomLeft(int borderRadius)
Sets the border radius for bottom-left corner of the rectangle, in pixel.
|
void |
setBottomRight(int borderRadius)
Sets the border radius for bottom-right corner of the rectangle, in pixel.
|
void |
setTopLeft(int borderRadius)
Sets the border radius for top-left corner of the rectangle, in pixel.
|
void |
setTopRight(int borderRadius)
Sets the border radius for top-right corner of the rectangle, in pixel.
|
checkAndAddToParent, getChildKey, getParentNode, getRootNode, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent
checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public void set(int borderRadius)
borderRadius
- border radius to apply to all corners of the rectangle.public void setTopLeft(int borderRadius)
borderRadius
- the border radius for top-left corner of the rectangle, in pixelpublic int getTopLeft()
public void setTopRight(int borderRadius)
borderRadius
- the border radius for top-right corner of the rectangle, in pixelpublic int getTopRight()
public void setBottomLeft(int borderRadius)
borderRadius
- the border radius for bottom-left corner of the rectangle, in pixelpublic int getBottomLeft()
public void setBottomRight(int borderRadius)
borderRadius
- the border radius for bottom-right corner of the rectangle, in pixelpublic int getBottomRight()