|
||||||||||
| 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.
This interface is general enough that Java drawing objects can implement this interface and therefore become a client of the QTCanvas.
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 | |
QDRect |
getDisplayBounds()
Deprecated. since QTJava 6.1 |
void |
redraw(Region invalidRgn)
Deprecated. since QTJava 6.1 |
void |
setDisplayBounds(QDRect bounds)
Deprecated. since QTJava 6.1 |
| Methods inherited from interface quicktime.app.spaces.Listener |
addedTo, removedFrom |
| Method Detail |
public void setDisplayBounds(QDRect bounds)
throws QTException
bounds - the new size and location.
QTException
public QDRect getDisplayBounds()
throws QTException
QTException
public void redraw(Region invalidRgn)
throws QTException
invalidRgn - the invalidRgn that the client should redraw
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||