|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.spaces.Sequencer
|
+--quicktime.app.image.DSequenceFromMemory
This class provides a mechanism for decompressing a sequence of images which were previously compressed using the CSequenceToMemory class.
The decompressed sequence is done with a number of default settings: it uses the port given to it by the displayables parent, it uses no matrix and no mask region, it uses ditherCopy as its transfer mode and it does not use an offscreen buffer or image buffer but writes directly to its destination.
quicktime.app.image.CSequenceFromMemory| Field Summary | |
int |
flags
Deprecated. The flags that are used in the redraw call. |
| Fields inherited from class quicktime.app.spaces.Sequencer |
kFirstFrame, kLastFrame, kLoopForwards, kLoopPalindrome, kNoLooping |
| Constructor Summary | |
DSequenceFromMemory(CSequenceToMemory sequenceInMemory)
Deprecated. since QTJava 6.1 |
|
DSequenceFromMemory(EncodedImage data,
ImageDescription description)
Deprecated. since QTJava 6.1 |
|
DSequenceFromMemory(GraphicsImporter importer)
Deprecated. since QTJava 6.1 |
|
DSequenceFromMemory(ImageSpec spec)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
void |
addedTo(java.lang.Object interest)
Deprecated. since QTJava 6.1 |
Invalidator |
addedToCompositor(SWCompositor c,
TwoDSprite s)
Deprecated. since QTJava 6.1 |
int |
drawCurrentFrame(int inFlags)
Deprecated. since QTJava 6.1 |
Region |
getClip()
Deprecated. since QTJava 6.1 |
ImageDescription |
getDescription()
Deprecated. since QTJava 6.1 |
QDRect |
getDisplayBounds()
Deprecated. since QTJava 6.1 |
GraphicsMode |
getGraphicsMode()
Deprecated. since QTJava 6.1 |
QDGraphics |
getGWorld()
Deprecated. since QTJava 6.1 |
EncodedImage |
getImage()
Deprecated. since QTJava 6.1 |
java.awt.Dimension |
getInitialSize()
Deprecated. since QTJava 4.0 |
Matrix |
getMatrix()
Deprecated. since QTJava 6.1 |
QDDimension |
getOriginalSize()
Deprecated. since QTJava 6.1 |
DSequence |
getSequence()
Deprecated. since QTJava 6.1 |
void |
redraw(Region invalidRgn)
Deprecated. since QTJava 6.1 |
void |
removedFrom(java.lang.Object interest)
Deprecated. since QTJava 6.1 |
void |
removedFromCompositor(SWCompositor c)
Deprecated. since QTJava 6.1 |
void |
setClip(Region reg)
Deprecated. since QTJava 6.1 |
void |
setDisplayBounds(QDRect bounds)
Deprecated. since QTJava 6.1 |
void |
setGraphicsMode(GraphicsMode mode)
Deprecated. since QTJava 6.1 |
void |
setGWorld(QDGraphics cgp)
Deprecated. since QTJava 6.1 |
void |
setLocation(int x,
int y)
Deprecated. since QTJava 6.1 |
void |
setMatrix(Matrix matrix)
Deprecated. since QTJava 6.1 |
int |
size()
Deprecated. since QTJava 6.1 |
java.lang.String |
toString()
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.spaces.Sequencer |
getCurrentFrame, getLooping, setCurrentFrame, setFrameNext, setFramePrevious, setLooping |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int flags
| Constructor Detail |
public DSequenceFromMemory(GraphicsImporter importer)
throws QTException
public DSequenceFromMemory(EncodedImage data,
ImageDescription description)
throws QTException
data - the image data object.description - the ImageDescription object.
public DSequenceFromMemory(CSequenceToMemory sequenceInMemory)
throws QTException
sequenceInMemory - a previously created CSequenceToMemory object
public DSequenceFromMemory(ImageSpec spec)
throws QTException
spec - the ImageSpec object| Method Detail |
public void addedTo(java.lang.Object interest)
addedTo in interface Listenerinterest - the object that is to be the source of interest for the
the object that implements this interface.public void removedFrom(java.lang.Object interest)
removedFrom in interface Listenerinterest - the object that was the source of interest for the
the object that implements this interface.public QDGraphics getGWorld()
getGWorld in interface QTDrawable
public void setGWorld(QDGraphics cgp)
throws QTException
setGWorld in interface QTDrawablecgp - a QDGraphics object
QTException
public void setMatrix(Matrix matrix)
throws StdQTException
setMatrix in interface Transformablematrix - the new Matrix
StdQTException
public Matrix getMatrix()
throws StdQTException
getMatrix in interface TransformableStdQTException
public java.awt.Dimension getInitialSize()
throws QTException
QTException()
public QDDimension getOriginalSize()
throws QTException
getOriginalSize in interface TransformableQTException
public void setDisplayBounds(QDRect bounds)
throws StdQTException
setDisplayBounds in interface Drawablebounds - the new size and location.
StdQTException
public void setLocation(int x,
int y)
throws QTException
setLocation in interface QTDrawablex - the new x locationy - the new y location
QTExceptionpublic QDRect getDisplayBounds()
getDisplayBounds in interface Drawable
public final void redraw(Region invalidRgn)
throws StdQTException
redraw in interface DrawableinvalidRgn - the invalidRgn that the client should redraw
StdQTException
public Region getClip()
throws StdQTException
getClip in interface QTDrawableStdQTException
public void setClip(Region reg)
throws StdQTException
setClip in interface QTDrawablereg - the new clipping region
StdQTException
public ImageDescription getDescription()
throws QTException
getDescription in interface ImageSpecQTException
public EncodedImage getImage()
throws StdQTException
getImage in interface ImageSpecStdQTExceptionpublic int size()
size in class Sequencer
public int drawCurrentFrame(int inFlags)
throws StdQTException
inFlags - flags providing further control information
StdQTException
public void setGraphicsMode(GraphicsMode mode)
throws QTException
setGraphicsMode in interface Compositablemode - Specifies the graphics mode.
QTExceptionpublic GraphicsMode getGraphicsMode()
getGraphicsMode in interface Compositable
public Invalidator addedToCompositor(SWCompositor c,
TwoDSprite s)
The Invalidators provided with objects that implement the DynamicImage interface will execute at the scale and period of the Compositor when they are created.
addedToCompositor in interface DynamicImagec - the Compositor in which the DynamicImage is a members - the TwoDSprite that is presenting the DynamicImage's image in
the Compositor. This is the sprite that must be invalidated.
quicktime.app.display.SWCompositorpublic void removedFromCompositor(SWCompositor c)
removedFromCompositor in interface DynamicImagec - the SWCompositor it is being removed frompublic DSequence getSequence()
public java.lang.String toString()
toString in class Sequencer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||