GNU Classpath (0.95) | |
Frames | No Frames |
Methods which throw type java.awt.geom.NoninvertibleTransformException | |
AffineTransform | Returns a transform, which if concatenated to this one, will result in
the identity transform. |
void | AffineTransform.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int num) Perform the inverse of this transformation on an array of points, in
(x,y) pairs, storing the results in another (possibly same) array. |
Point2D | Perform the inverse of this transformation on the given source point,
and store the result in the destination (creating it if necessary). |
GNU Classpath (0.95) |