public interface FrameOp
| Modifier and Type | Method and Description |
|---|---|
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.
|
int getFirstFrame()
int getLastFrame()
void postRendering(java.awt.Graphics g,
int frame)
g - The rendering engineframe - The current frame numbervoid preRendering(java.awt.Graphics g,
int frame)
g - The rendering engineframe - The current frame number