软件包 | 描述 |
---|---|
java.awt.geom |
定义在二维几何相关的对象执行操作提供java 2D类。
|
Modifier and Type | Method and Description |
---|---|
AffineTransform |
AffineTransform.createInverse()
返回一个
AffineTransform 表示反变换。
|
void |
AffineTransform.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)
通过这种变换,逆变换一个双精度坐标的数组。
|
Point2D |
AffineTransform.inverseTransform(Point2D ptSrc, Point2D ptDst)
逆转换并存储在指定的
ptSrc
ptDst 结果。
|
void |
AffineTransform.invert()
将此转换设置为本身的逆。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.