|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is designed to work hand-in-hand with a QTCanvas object. Therefore, all classes which want to interact with a QTCanvas object, referred to as 'clients' must implement this interface.
The class that implements this interface must draw into the QDGraphics that is presented to the client - therefore this is not an appropriate interface for objects that are not QuickTime based drawing objects.
Note: A Java applet or application never directly calls any of these Drawable methods -- the QTCanvas object associated with this Drawable object will call these methods as needed.
QTExceptions can be thrown by any of these methods and would indicate that either the graphics environment has changed in some unexpected way or that the media object itself is in some unexpected state.
| Method Summary | |
Region |
getClip()
Deprecated. since QTJava 6.1 |
QDGraphics |
getGWorld()
Deprecated. since QTJava 6.1 |
void |
setClip(Region theClip)
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 |
| Methods inherited from interface quicktime.app.display.Drawable |
getDisplayBounds, redraw, setDisplayBounds |
| Methods inherited from interface quicktime.app.spaces.Listener |
addedTo, removedFrom |
| Methods inherited from interface quicktime.app.image.Transformable |
getMatrix, getOriginalSize, setMatrix |
| Method Detail |
public void setLocation(int x,
int y)
throws QTException
x - the new x locationy - the new y location
QTException
public void setGWorld(QDGraphics cgp)
throws QTException
cgp - a QDGraphics object
QTException
public QDGraphics getGWorld()
throws QTException
QTException
public void setClip(Region theClip)
throws QTException
theClip - a Region that defines the new clipping region.
QTException
public Region getClip()
throws QTException
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||