Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Interface TimeLine  view TimeLine download TimeLine.java

All Known Implementing Classes:
Movie, MovieClip

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