|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.media.core.TransformArray
public class TransformArray
This manages an AffineTransform array. Every array element is guaranteed to be non-null.
| Constructor Summary | |
|---|---|
TransformArray(int initialLength)
Constructs a TransformArray object. |
|
| Method Summary | |
|---|---|
java.awt.geom.AffineTransform |
get(int n)
Gets the specified transform array element. |
void |
setLength(int newLength)
Sets the length of the transform array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformArray(int initialLength)
initialLength - the initial length of the array| Method Detail |
|---|
public java.awt.geom.AffineTransform get(int n)
n - the array index
public void setLength(int newLength)
newLength - the new length of the array
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||