|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.time.Tasking
|
+--quicktime.app.sg.PresentationDrawer
| Field Summary |
| Fields inherited from class quicktime.app.time.Tasking |
tasker |
| Constructor Summary | |
PresentationDrawer(Presentation pres)
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 |
QDGraphics |
getGWorld()
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 |
Presentation |
getPresentation()
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 |
setGWorld(QDGraphics gWorld)
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 |
void |
task()
Deprecated. since QTJava 6.1 |
java.lang.String |
toString()
Returns a String representation of this object * @deprecated since QTJava 6.1 |
| Methods inherited from class quicktime.app.time.Tasking |
addedToTasker, getDefaultTasker, getTasker, removedFromTasker, setDefaultTasker, startTasking, stopTasking |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PresentationDrawer(Presentation pres)
throws QTException
pres - the Presentation object to present| Method Detail |
public Presentation getPresentation()
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 QDGraphics getGWorld()
throws QTException
getGWorld in interface QTDrawableQTException
public void setGWorld(QDGraphics gWorld)
throws QTException
setGWorld in interface QTDrawablegWorld - a QDGraphics object
QTException
public java.awt.Dimension getInitialSize()
throws QTException
QTException()
public QDDimension getOriginalSize()
throws QTException
getOriginalSize in interface TransformableQTException
public Matrix getMatrix()
throws QTException
getMatrix in interface TransformableQTException
public void setMatrix(Matrix matrix)
throws QTException
setMatrix in interface Transformablematrix - the new display Matrix
QTException
public void setDisplayBounds(QDRect bounds)
throws QTException
setDisplayBounds in interface Drawablebounds - the new size and location.
QTException
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 QTException
getDisplayBounds in interface DrawableQTException
public final void redraw(Region invalidRgn)
throws QTException
redraw in interface DrawableinvalidRgn - the invalidRgn that the client should redraw
QTException
public Region getClip()
throws QTException
getClip in interface QTDrawableQTException
public void setClip(Region reg)
throws QTException
setClip in interface QTDrawablereg - the new clipping region
QTException
public final void task()
throws QTException
task in interface quicktime.app.time.TaskableQTExceptionquicktime.util.TaskThreadpublic 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 | |||||||||