public static interface PTransformActivity.Target
Modifier and Type | Method and Description |
---|---|
void |
getSourceMatrix(double[] aSource)
This method is called right before the transform activity starts.
|
void |
setTransform(AffineTransform aTransform)
This will be called by the transform activity for each new transform
that it computes while it is stepping.
|
void setTransform(AffineTransform aTransform)
aTransform
- the transform to be applied to the target.void getSourceMatrix(double[] aSource)
aSource
- array to be populated with the target's gurrent matrixCopyright © 1995-2013 Piccolo2D. All Rights Reserved.