iText 8.0.5 API
|
Represents a border radius. More...
Public Member Functions |
|
BorderRadius (UnitValue radius) | |
Creates a border radius with given value. More... |
|
BorderRadius (float radius) | |
Creates a border radius with a given point value. More... |
|
BorderRadius (UnitValue horizontalRadius, UnitValue verticalRadius) | |
Creates a border radius with given horizontal and vertical values. More... |
|
BorderRadius (float horizontalRadius, float verticalRadius) | |
Creates a border radius with given horizontal and vertical point values. More... |
|
virtual UnitValue | GetHorizontalRadius () |
Gets the horizontal radius of the border's corner. More... |
|
virtual UnitValue | GetVerticalRadius () |
Gets the vertical radius of the border's corner. More... |
|
Represents a border radius.
|
inline |
Creates a border radius with given value.
radius | the radius |
|
inline |
Creates a border radius with a given point value.
radius | the radius |
|
inline |
Creates a border radius with given horizontal and vertical values.
horizontalRadius | the horizontal radius of the corner |
verticalRadius | the vertical radius of the corner |
|
inline |
Creates a border radius with given horizontal and vertical point values.
horizontalRadius | the horizontal radius of the corner |
verticalRadius | the vertical radius of the corner |
|
inlinevirtual |
Gets the horizontal radius of the border's corner.