|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.image.ImageDrawer
This class will present a normal java.awt.Image object as a client of the QTCanvas.
| Field Summary | |
protected java.awt.Component |
canv
Deprecated. |
protected java.awt.Image |
im
Deprecated. since QTJava 6.1 |
| Constructor Summary | |
ImageDrawer()
Deprecated. since QTJava 6.1 |
|
ImageDrawer(java.awt.Dimension initialSize,
java.awt.Image image)
Deprecated. |
|
| Method Summary | |
void |
addedTo(java.lang.Object interest)
Deprecated. since QTJava 6.1 |
QDRect |
getDisplayBounds()
Deprecated. since QTJava 6.1 |
java.awt.Image |
getImage()
Deprecated. since QTJava 6.1 |
static ImageDrawer |
getQTLogo()
Deprecated. This returns an ImageDrawer object that presents the standard QuickTime logo * @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 |
setDisplayBounds(QDRect bounds)
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 java.awt.Image im
protected java.awt.Component canv
| Constructor Detail |
public ImageDrawer()
public ImageDrawer(java.awt.Dimension initialSize,
java.awt.Image image)
| Method Detail |
public static final ImageDrawer getQTLogo()
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 java.awt.Image getImage()
public void setDisplayBounds(QDRect bounds)
throws QTException
setDisplayBounds in interface Drawablebounds - the new size and location.
QTException
public QDRect getDisplayBounds()
throws QTException
getDisplayBounds in interface DrawableQTException
public 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 | |||||||||