public class TransformArray
extends java.lang.Object
| Constructor | Description |
|---|---|
TransformArray(int initialLength) |
Constructs a TransformArray object.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.geom.AffineTransform |
get(int n) |
Gets the specified transform array element.
|
void |
setLength(int newLength) |
Sets the length of the transform array.
|
public TransformArray(int initialLength)
initialLength - the initial length of the arraypublic java.awt.geom.AffineTransform get(int n)
n - the array indexpublic void setLength(int newLength)
newLength - the new length of the array