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 AffineTransformAffineTransform. createInverse()Creates a newAffineTransformobject that is invert of thisAffineTransformobject.voidAffineTransform. 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.voidAffineTransform. 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.PointAffineTransform. inverseTransform(Point src, Point dst)Performs the inverse transformation on the source point and stores the result in the destination point.
-