Uses of Class
com.itextpdf.awt.geom.NoninvertibleTransformException
-
Packages that use NoninvertibleTransformException Package Description com.itextpdf.awt.geom -
-
Uses of NoninvertibleTransformException in com.itextpdf.awt.geom
Methods in com.itextpdf.awt.geom that throw NoninvertibleTransformException Modifier and Type Method Description AffineTransform
AffineTransform. createInverse()
void
AffineTransform. inverseTransform(double[] src, int srcOff, double[] dst, int dstOff, int length)
void
AffineTransform. inverseTransform(float[] src, int srcOff, float[] dst, int dstOff, int length)
Point2D
AffineTransform. inverseTransform(Point2D src, Point2D dst)
-