Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.LongRect
-
Packages that use LongRect Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of LongRect in com.itextpdf.kernel.pdf.canvas.parser.clipper
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return LongRect Modifier and Type Method Description LongRect
Paths. getBounds()
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type LongRect Modifier and Type Method Description static float
ClipperBridge. longRectCalculateHeight(LongRect rect)
Calculates the height of the rectangle represented by theLongRect
object.static float
ClipperBridge. longRectCalculateWidth(LongRect rect)
Calculates the width of the rectangle represented by theLongRect
object.Constructors in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type LongRect Constructor Description LongRect(LongRect ir)
-