|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flagstone.transform.movieclip.QuicktimeMovie
public final class QuicktimeMovie
The QuicktimeMovie defines the path to an Quicktime movie to be played.
| Constructor Summary | |
|---|---|
QuicktimeMovie(QuicktimeMovie object)
Creates and initialises a QuicktimeMovie object using the values copied from another QuicktimeMovie object. |
|
QuicktimeMovie(String aString)
Creates a QuicktimeMovie object referencing the specified file. |
|
QuicktimeMovie(SWFDecoder coder)
Creates and initialises a QuicktimeMovie object using values encoded in the Flash binary format. |
|
| Method Summary | |
|---|---|
QuicktimeMovie |
copy()
Creates a complete copy of this object. |
void |
encode(SWFEncoder coder,
Context context)
Encode an object to the Flash binary format. |
String |
getPath()
Get the reference to the file containing the movie. |
int |
prepareToEncode(Context context)
Prepare an object for encoding, returning the expected size of an object when it is encoded. |
void |
setPath(String aString)
Sets the reference to the file containing the movie. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuicktimeMovie(SWFDecoder coder)
throws IOException
coder - an SWFDecoder object that contains the encoded Flash data.
IOException - if an error occurs while decoding the data.public QuicktimeMovie(String aString)
aString - the file or URL where the file is located. Must not be null.public QuicktimeMovie(QuicktimeMovie object)
object - a QuicktimeMovie object from which the values will be
copied.| Method Detail |
|---|
public String getPath()
public void setPath(String aString)
aString - the file or URL where the file is located. Must not be null.public QuicktimeMovie copy()
copy in interface Copyable<MovieTag>public String toString()
toString in class Objectpublic int prepareToEncode(Context context)
prepareToEncode in interface SWFEncodeablecontext - an Context that allows information to be passed between
objects to control how they are initialised for encoding.
public void encode(SWFEncoder coder,
Context context)
throws IOException
encode in interface SWFEncodeablecoder - an SWFEncoder object.context - an Context that allows information to be passed between
objects to control how they are initialised for encoding.
IOException - if an error occurs while encoding the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||