Uses of Class
com.itextpdf.layout.properties.BorderRadius
-
Packages that use BorderRadius Package Description com.itextpdf.layout com.itextpdf.layout.renderer -
-
Uses of BorderRadius in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type BorderRadius Modifier and Type Method Description T
ElementPropertyContainer. setBorderBottomLeftRadius(BorderRadius borderRadius)
Sets a border radius for the bottom left corner of this Element.T
ElementPropertyContainer. setBorderBottomRightRadius(BorderRadius borderRadius)
Sets a border radius for the bottom right corner of this Element.T
ElementPropertyContainer. setBorderRadius(BorderRadius borderRadius)
Sets a border radius for all four edges of this Element.T
ElementPropertyContainer. setBorderTopLeftRadius(BorderRadius borderRadius)
Sets a border radius for the top left corner of this Element.T
ElementPropertyContainer. setBorderTopRightRadius(BorderRadius borderRadius)
Sets a border radius for the top right corner of this Element. -
Uses of BorderRadius in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return BorderRadius Modifier and Type Method Description protected BorderRadius[]
AbstractRenderer. getBorderRadii()
Gets border radii of the element in the specified order: top-left, top-right, bottom-right, bottom-left.private static BorderRadius[]
AbstractRenderer. getBorderRadii(IRenderer renderer)
Methods in com.itextpdf.layout.renderer with parameters of type BorderRadius Modifier and Type Method Description private float[]
AbstractRenderer. calculateRadii(BorderRadius[] radii, Rectangle area, boolean horizontal)
Calculates the element corner's border radii.
-