public class BorderRadius extends Object
Constructor and Description |
---|
BorderRadius(float radius)
Creates a border radius with a given point value.
|
BorderRadius(float horizontalRadius, float verticalRadius)
Creates a border radius with given horizontal and vertical point values.
|
BorderRadius(UnitValue radius)
Creates a border radius with given value.
|
BorderRadius(UnitValue horizontalRadius, UnitValue verticalRadius)
Creates a border radius with given horizontal and vertical values.
|
Modifier and Type | Method and Description |
---|---|
UnitValue |
getHorizontalRadius()
Gets the horizontal radius of the border's corner.
|
UnitValue |
getVerticalRadius()
Gets the vertical radius of the border's corner.
|
public BorderRadius(UnitValue radius)
border radius
with given value.
radius
- the radius
public BorderRadius(float radius)
border radius
with a given point value.
radius
- the radius
public BorderRadius(UnitValue horizontalRadius, UnitValue verticalRadius)
border radius
with given horizontal and vertical values.
horizontalRadius
- the horizontal radius of the corner
verticalRadius
- the vertical radius of the corner
public BorderRadius(float horizontalRadius, float verticalRadius)
border radius
with given horizontal and vertical point values.
horizontalRadius
- the horizontal radius of the corner
verticalRadius
- the vertical radius of the corner
Copyright © 1998–2018 iText Group NV. All rights reserved.