|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PTransformActivity.Target
Target Objects that want to get transformed by the transform activity must implement this interface. See PNode.animateToTransform() for one way to do this.
| Method Summary | |
|---|---|
void |
getSourceMatrix(double[] aSource)
This method is called right before the transform activity starts. |
void |
setTransform(java.awt.geom.AffineTransform aTransform)
This will be called by the transform activity for each new transform that it computes while it is stepping. |
| Method Detail |
|---|
void setTransform(java.awt.geom.AffineTransform aTransform)
void getSourceMatrix(double[] aSource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||