Package com.itextpdf.layout.properties
Class BorderRadius
java.lang.Object
com.itextpdf.layout.properties.BorderRadius
Represents a border radius.
-
Constructor Summary
ConstructorDescriptionBorderRadius
(float radius) Creates aborder radius
with a given point value.BorderRadius
(float horizontalRadius, float verticalRadius) Creates aborder radius
with given horizontal and vertical point values.BorderRadius
(UnitValue radius) Creates aborder radius
with given value.BorderRadius
(UnitValue horizontalRadius, UnitValue verticalRadius) Creates aborder radius
with given horizontal and vertical values. -
Method Summary
-
Constructor Details
-
BorderRadius
Creates aborder radius
with given value.- Parameters:
-
radius
- the radius
-
BorderRadius
public BorderRadius(float radius) Creates aborder radius
with a given point value.- Parameters:
-
radius
- the radius
-
BorderRadius
Creates aborder radius
with given horizontal and vertical values.- Parameters:
-
horizontalRadius
- the horizontal radius of the corner -
verticalRadius
- the vertical radius of the corner
-
BorderRadius
public BorderRadius(float horizontalRadius, float verticalRadius) Creates aborder radius
with given horizontal and vertical point values.- Parameters:
-
horizontalRadius
- the horizontal radius of the corner -
verticalRadius
- the vertical radius of the corner
-
-
Method Details