|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.movie
Interface TimeLine

- public interface TimeLine
A Movie or Sprite (Movie Clip) time line (collection of frames)
| Method Summary | |
Frame |
appendFrame()
Append a frame to the end of the timeline |
int |
getAvailableDepth()
Get the next available depth in the timeline |
Frame |
getFrame(int frameNumber)
Get the Frame object for the given frame number - or create one if none exists. |
int |
getFrameCount()
Get the current number of frames in the timeline. |
void |
setAvailableDepth(int depth)
Set the next available depth in the timeline |
| Method Detail |
getFrameCount
public int getFrameCount()
- Get the current number of frames in the timeline.
getFrame
public Frame getFrame(int frameNumber)
- Get the Frame object for the given frame number - or create one if
none exists. If the frame number is larger than the current frame count
then the frame count is increased.
appendFrame
public Frame appendFrame()
- Append a frame to the end of the timeline
getAvailableDepth
public int getAvailableDepth()
- Get the next available depth in the timeline
setAvailableDepth
public void setAvailableDepth(int depth)
- Set the next available depth in the timeline
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC