Get an array containing the values of this transform. This creates and returns a new transform with the values in it. @return an array containing the transform values
()
| 268 | * @return an array containing the transform values |
| 269 | */ |
| 270 | public double[] toArray() { |
| 271 | return new double[]{a, b, c, d, e, f}; |
| 272 | } |
| 273 | |
| 274 | /** |
| 275 | * Returns this CTM as an AffineTransform object. |
no outgoing calls