|
|||||||||
| Home >> All >> com >> xerox >> VTM >> [ engine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.xerox.VTM.engine
Class CTranslation

java.lang.Objectcom.xerox.VTM.engine.CAnimation
com.xerox.VTM.engine.CTranslation
- class CTranslation
- extends CAnimation
camera animation: translation
| Field Summary | |
(package private) long |
duration
animation will last duration ms |
(package private) java.util.Date |
now
current time |
(package private) AnimManager |
parent
animation manager |
(package private) double |
progression
how much of the animation has been done |
(package private) boolean |
started
has it started |
(package private) long |
startTime
animation began at this time |
(package private) int |
step
|
(package private) LongPoint[] |
steps
step values for translation (x,y) |
(package private) Camera |
target
camera to be animated |
(package private) java.lang.String |
type
type of animation - one of AnimManager.{CA_TRANS, CA_ALT, CA_BOTH} |
| Constructor Summary | |
(package private) |
CTranslation(Camera c,
AnimManager mgr,
long d)
|
| Method Summary | |
(package private) void |
animate()
|
protected void |
conclude()
|
(package private) void |
start()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
steps
LongPoint[] steps
- step values for translation (x,y)
target
Camera target
- camera to be animated
now
java.util.Date now
- current time
startTime
long startTime
- animation began at this time
duration
long duration
- animation will last duration ms
progression
double progression
- how much of the animation has been done
started
boolean started
- has it started
step
int step
parent
AnimManager parent
- animation manager
type
java.lang.String type
- type of animation - one of AnimManager.{CA_TRANS, CA_ALT, CA_BOTH}
| Constructor Detail |
CTranslation
CTranslation(Camera c, AnimManager mgr, long d)
| Method Detail |
start
void start()
- Specified by:
startin classCAnimation
animate
void animate()
- Specified by:
animatein classCAnimation
conclude
protected void conclude()
- Specified by:
concludein classCAnimation
|
|||||||||
| Home >> All >> com >> xerox >> VTM >> [ engine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC