Uses of Class
com.itextpdf.layout.properties.BorderRadius
-
Uses of BorderRadius in com.itextpdf.layout
Modifier and TypeMethodDescriptionElementPropertyContainer.setBorderBottomLeftRadius
(BorderRadius borderRadius) Sets a border radius for the bottom left corner of this Element.ElementPropertyContainer.setBorderBottomRightRadius
(BorderRadius borderRadius) Sets a border radius for the bottom right corner of this Element.ElementPropertyContainer.setBorderRadius
(BorderRadius borderRadius) Sets a border radius for all four edges of this Element.ElementPropertyContainer.setBorderTopLeftRadius
(BorderRadius borderRadius) Sets a border radius for the top left corner of this Element.ElementPropertyContainer.setBorderTopRightRadius
(BorderRadius borderRadius) Sets a border radius for the top right corner of this Element. -
Uses of BorderRadius in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionprotected BorderRadius[]
AbstractRenderer.getBorderRadii()
Gets border radii of the element in the specified order: top-left, top-right, bottom-right, bottom-left.