|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.image.GraphicsImporterDrawer
This class represents an image that is stored as a file that can be read and drawn using QuickTime GraphicsImporter component
GraphicsImporterDrawer| Constructor Summary | |
GraphicsImporterDrawer(DataRef dataRef)
Deprecated. since QTJava 6.1 |
|
GraphicsImporterDrawer(GraphicsImporter gi)
Deprecated. since QTJava 6.1 |
|
GraphicsImporterDrawer(QTFile file)
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 |
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 |
GraphicsImporter |
getImporter()
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 reg)
Deprecated. since QTJava 6.1 |
void |
setDisplayBounds(QDRect bounds)
Deprecated. since QTJava 6.1 |
void |
setGraphicsMode(GraphicsMode gMode)
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 |
java.lang.String |
toString()
Deprecated. Returns a String representation of this object.* @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 GraphicsImporterDrawer(GraphicsImporter gi)
gi - the GraphicsImporter
public GraphicsImporterDrawer(QTFile file)
throws QTException
file - the QTFile.
public GraphicsImporterDrawer(DataRef dataRef)
throws QTException
dataRef - the dataRef that contains the locations of the image data.| Method Detail |
public GraphicsImporter getImporter()
public Region getClip()
throws QTException
getClip in interface QTDrawableQTException
public void setClip(Region reg)
throws StdQTException
setClip in interface QTDrawablereg - the new clipping region
StdQTException
public ImageDescription getDescription()
throws StdQTException
getDescription in interface ImageSpecStdQTException
public EncodedImage getImage()
throws QTException
getImage in interface ImageSpecQTExceptionpublic 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()
throws StdQTException
getGWorld in interface QTDrawableStdQTException
public void setGWorld(QDGraphics cgp)
throws StdQTException
setGWorld in interface QTDrawablecgp - a QDGraphics object
StdQTException
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 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
QTException
public QDRect getDisplayBounds()
throws StdQTException
getDisplayBounds in interface DrawableStdQTException
public final void redraw(Region invalidRgn)
throws QTException
redraw in interface DrawableinvalidRgn - the invalidRgn that the client should redraw
QTException
public GraphicsMode getGraphicsMode()
throws StdQTException
getGraphicsMode in interface CompositableStdQTException
public void setGraphicsMode(GraphicsMode gMode)
throws StdQTException
setGraphicsMode in interface CompositablegMode - Specifies the graphics mode.
StdQTExceptionpublic 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 | |||||||||