Uses of Class
com.itextpdf.kernel.geom.NoninvertibleTransformException
Packages that use NoninvertibleTransformException
-
Uses of NoninvertibleTransformException in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that throw NoninvertibleTransformExceptionModifier and TypeMethodDescriptionAffineTransform.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.AffineTransform.inverseTransform
(Point src, Point dst) Performs the inverse transformation on the source point and stores the result in the destination point.