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 LongRectPaths. getBounds()Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type LongRect Modifier and Type Method Description floatClipperBridge. longRectCalculateHeight(LongRect rect)Calculates the height of the rectangle represented by theLongRectobject.floatClipperBridge. longRectCalculateWidth(LongRect rect)Calculates the width of the rectangle represented by theLongRectobject.Constructors in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type LongRect Constructor Description LongRect(LongRect ir)
-