|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.image.ImageViewer
This class presents a sequence of Images that a user can view
by simply clicking the mouse, or option clicking to view backwards.
It takes an ImageSequencer object as its source images, and uses
an ImagePresenter object internally to present the current image.
| Field Summary | |
protected ImagePresenter |
imagePresenter
Deprecated. This is the ImagePresenter object that presents the current image.* @deprecated since QTJava 6.1 |
| Constructor Summary | |
ImageViewer(ImageSequencer images)
Deprecated. Creates a viewer for a sequence of images.* @deprecated since QTJava 6.1 |
|
| Method Summary | |
void |
addedTo(java.lang.Object interest)
Deprecated. since QTJava 6.1 |
Region |
getClip()
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 |
ImageSequencer |
getImages()
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 |
void |
redraw(Region invalidRgn)
Deprecated. since QTJava 6.1 |
void |
removedFrom(java.lang.Object interest)
Deprecated. since QTJava 6.1 |
void |
setClip(Region theClip)
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 |
setImageData(EncodedImage imageData,
ImageDescription desc)
Deprecated. since QTJava 6.1 |
void |
setImages(ImageSequencer images)
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ImagePresenter imagePresenter
| Constructor Detail |
public ImageViewer(ImageSequencer images)
throws QTException
| Method Detail |
public ImageSequencer getImages()
public void setImageData(EncodedImage imageData,
ImageDescription desc)
throws QTException,
StdQTException
setImageData in interface ImageSettableimageData - the new image data that the object should make its current image.desc - this is the description that describes the image data
QTException
StdQTException
public void setImages(ImageSequencer images)
throws QTException
QTExceptionpublic 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 void setGWorld(QDGraphics cgp)
throws QTException
setGWorld in interface QTDrawablecgp - a QDGraphics object
QTExceptionpublic QDGraphics getGWorld()
getGWorld in interface QTDrawable
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 void setClip(Region theClip)
throws QTException
setClip in interface QTDrawabletheClip - a Region that defines the new clipping region.
QTException
public Region getClip()
throws QTException
getClip in interface QTDrawableQTException
public java.awt.Dimension getInitialSize()
throws QTException
QTException()
public QDDimension getOriginalSize()
throws QTException
getOriginalSize in interface TransformableQTException
public Matrix getMatrix()
throws StdQTException
getMatrix in interface TransformableStdQTException
public void setMatrix(Matrix matrix)
throws QTException
setMatrix in interface Transformablematrix - the new matrix
QTException
public void setGraphicsMode(GraphicsMode mode)
throws QTException
mode - the Graphics mode for the Compositor
QTExceptionpublic GraphicsMode getGraphicsMode()
public final void redraw(Region invalidRgn)
throws QTException
redraw in interface DrawableinvalidRgn - the invalidRgn that the client should redraw
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||