|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.image.ImageDataSequence
A Container class for a collection of objects that have a single image description and a sequence of picture data. The actual members of the ImageDataSequence are EncodedImage objects. This collection is a 1 based collection and is ordered. Typically to iterate over the members the ImageSequencer class is used.
ImageSequencer| Constructor Summary | |
ImageDataSequence()
Deprecated. since QTJava 6.1 |
|
ImageDataSequence(ImageDescription desc)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
boolean |
addMember(java.lang.Object member)
Deprecated. since QTJava 6.1 |
void |
addToMovie(Movie theMovie,
float framesPerSecond)
Deprecated. since QTJava 6.1 |
void |
append(EncodedImage image)
Deprecated. since QTJava 6.1 |
ImageDescription |
getDescription()
Deprecated. since QTJava 6.1 |
EncodedImage |
getImage()
Deprecated. since QTJava 6.1 |
EncodedImage |
getImage(int index)
Deprecated. since QTJava 6.1 |
EncodedImage |
getNth(int index)
Deprecated. since QTJava 6.1 |
boolean |
hasMember(java.lang.Object object)
Deprecated. since QTJava 6.1 |
void |
insert(EncodedImage image,
int index)
Deprecated. since QTJava 6.1 |
boolean |
isAppropriate(java.lang.Object object)
Deprecated. since QTJava 6.1 |
boolean |
isEmpty()
Deprecated. since QTJava 6.1 |
java.util.Enumeration |
members()
Deprecated. since QTJava 6.1 |
void |
prepend(EncodedImage image)
Deprecated. since QTJava 6.1 |
void |
remove(int i)
Deprecated. since QTJava 6.1 |
void |
removeAll()
Deprecated. since QTJava 6.1 |
void |
removeFirst()
Deprecated. since QTJava 6.1 |
void |
removeLast()
Deprecated. since QTJava 6.1 |
void |
removeMember(java.lang.Object member)
Deprecated. since QTJava 6.1 |
ImageSequencer |
sequence()
Deprecated. since QTJava 6.1 |
void |
setDescription(ImageDescription desc)
Deprecated. since QTJava 6.1 |
int |
size()
Deprecated. since QTJava 6.1 |
java.lang.String |
toString()
Deprecated. Return a string representation of this class* @deprecated since QTJava 6.1 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ImageDataSequence()
public ImageDataSequence(ImageDescription desc)
desc - the description that will describe the subsequently added image data| Method Detail |
public ImageDescription getDescription()
getDescription in interface ImageSpecpublic void setDescription(ImageDescription desc)
desc - the new descriptionpublic EncodedImage getImage()
getImage in interface ImageSpecpublic EncodedImage getImage(int index)
index - is the index to the data frame
public java.util.Enumeration members()
members in interface Collectionpublic ImageSequencer sequence()
public boolean addMember(java.lang.Object member)
addMember in interface Collectionmember - the object that should be added as a member to the collection
public void removeMember(java.lang.Object member)
removeMember in interface Collectionmember - the object to remove from the collectionpublic boolean isAppropriate(java.lang.Object object)
The member of an ImageDataSequence is an EncodedImage object.
isAppropriate in interface Collectionobject - the object to test
DynamicCollection,
Protocolpublic boolean hasMember(java.lang.Object object)
hasMember in interface Collectionobject - the object to test for membership
public void insert(EncodedImage image,
int index)
image - The image data.index - The position in the sequence to add.
java.lang.ArrayIndexOutOfBoundsException - if index value is beyond the size of the collection.public void prepend(EncodedImage image)
image - The image data to add.public void append(EncodedImage image)
image - The image data to add.public void remove(int i)
i - The position in the sequence to delete.
java.lang.ArrayIndexOutOfBoundsException - if index value is beyond the size of the collection.public void removeFirst()
java.lang.ArrayIndexOutOfBoundsException - if index value is beyond the size of the collection.public void removeLast()
java.lang.ArrayIndexOutOfBoundsException - if index value is beyond the size of the collection.public void removeAll()
public int size()
size in interface Collectionpublic EncodedImage getNth(int index)
index - Specifies the position in sequence.
java.lang.ArrayIndexOutOfBoundsException - if index value is beyond the size of the collection.public boolean isEmpty()
isEmpty in interface Collection
public void addToMovie(Movie theMovie,
float framesPerSecond)
throws QTException
theMovie - the movie to add the video track toframesPerSecond - how many frames per second the image data should be inserted at
QTExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||