|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisual.dynamic.sampled.AbstractFrameOp
visual.dynamic.sampled.AbstractTransition
public abstract class AbstractTransition
| Field Summary |
|---|
| Fields inherited from class visual.dynamic.sampled.AbstractFrameOp |
|---|
duration, first |
| Constructor Summary | |
|---|---|
AbstractTransition(int first,
int duration)
Explicit Value Constructor |
|
| Method Summary | |
|---|---|
abstract void |
postRendering(java.awt.Graphics g,
int frame)
Apply the post-rendering portion of this Transition |
abstract void |
preRendering(java.awt.Graphics g,
int frame)
Apply the pre-rendering portion of this Transition |
| Methods inherited from class visual.dynamic.sampled.AbstractFrameOp |
|---|
getFirstFrame, getLastFrame, hasFinishedAt, shouldApplyAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface visual.dynamic.sampled.FrameOp |
|---|
getFirstFrame, getLastFrame |
| Constructor Detail |
|---|
public AbstractTransition(int first,
int duration)
first - The first frameduration - The duration (in frames)| Method Detail |
|---|
public abstract void postRendering(java.awt.Graphics g,
int frame)
postRendering in interface FrameOppostRendering in class AbstractFrameOpg - The rendering engineframe - The current frame number
public abstract void preRendering(java.awt.Graphics g,
int frame)
preRendering in interface FrameOppreRendering in class AbstractFrameOpg - The rendering engineframe - The current frame number
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||