Uses of Class
com.itextpdf.kernel.geom.NoninvertibleTransformException
-
Packages that use NoninvertibleTransformException Package Description com.itextpdf.kernel.geom -
-
Uses of NoninvertibleTransformException in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that throw NoninvertibleTransformException Modifier and Type Method Description AffineTransform
AffineTransform. createInverse()
Creates a newAffineTransform
object that is invert of thisAffineTransform
object.void
AffineTransform. inverseTransform(double[] src, int srcOff, double[] dst, int dstOff, int length)
Performs the inverse transformation on the source array of points and stores the result in the destination array of points.void
AffineTransform. inverseTransform(float[] src, int srcOff, float[] dst, int dstOff, int length)
Performs the inverse transformation on the source array of points and stores the result in the destination array of points.Point
AffineTransform. inverseTransform(Point src, Point dst)
Performs the inverse transformation on the source point and stores the result in the destination point.
-