|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.view.Animation
public class Animation
Animation implements sequence of transforms in animation of tree
| Field Summary | |
|---|---|
private static boolean |
finalTransformOnly
Behaviour |
java.util.List<HyperTransform> |
theTransforms
Sequence of transforms |
| Constructor Summary | |
|---|---|
protected |
Animation(java.util.List<HyperTransform> theseTransforms)
Constructor |
| Method Summary | |
|---|---|
static Animation |
make(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation,
int theseSteps)
Constructor |
private static java.util.Vector<HyperTransform> |
makeTransform1(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation)
Make animation with one transform only |
private static java.util.List<HyperTransform> |
makeTransforms(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation,
int theseSteps)
Make sequence of transforms |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<HyperTransform> theTransforms
private static final boolean finalTransformOnly
| Constructor Detail |
|---|
protected Animation(java.util.List<HyperTransform> theseTransforms)
theseTransforms - list of transforms| Method Detail |
|---|
public static Animation make(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation,
int theseSteps)
thisFrom - source pointthisTo - target pointthisTransformer - transform generatorthisOrientation - orientationtheseSteps - number of steps
private static java.util.List<HyperTransform> makeTransforms(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation,
int theseSteps)
thisFrom - source pointthisTo - target pointthisTransformer - transform generatorthisOrientation - orientationtheseSteps - number of steps
private static java.util.Vector<HyperTransform> makeTransform1(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation)
thisFrom - source pointthisTo - source pointthisTransformer - transform generatorthisOrientation - orientation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||