|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrameOp
The requirements of all operations on frames of sampled dyanmic content (individual and multiple-frame operations)
| Method Summary | |
|---|---|
int |
getFirstFrame()
Get the index of the first frame of this FrameOp |
int |
getLastFrame()
Get the index of the last frame of this FrameOp |
void |
postRendering(java.awt.Graphics g,
int frame)
Apply the post-rendering portion of this Transition |
void |
preRendering(java.awt.Graphics g,
int frame)
Apply the pre-rendering portion of this Transition |
| Method Detail |
|---|
int getFirstFrame()
int getLastFrame()
void postRendering(java.awt.Graphics g,
int frame)
g - The rendering engineframe - The current frame number
void preRendering(java.awt.Graphics g,
int frame)
g - The rendering engineframe - The current frame number
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||