Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Class
java.awt.geom.NoninvertibleTransformException

Packages that use NoninvertibleTransformException
java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry. 
 

Uses of NoninvertibleTransformException in java.awt.geom
 

Methods in java.awt.geom that throw NoninvertibleTransformException
 AffineTransform AffineTransform.createInverse()
          Returns an AffineTransform object representing the inverse transformation.
 Point2D AffineTransform.inverseTransform(Point2D ptSrc, Point2D ptDst)
          Inverse transforms the specified ptSrc and stores the result in ptDst.
 void AffineTransform.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)
          Inverse transforms an array of double precision coordinates by this transform.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.