|
||||||||||
| 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.SGDrawer
This class presents the SequenceGrabber/SGChannel component as a Drawable object so that it can be displayed within the confines of the QTCanvas.
| Field Summary |
| Fields inherited from class quicktime.app.time.Tasking |
tasker |
| Constructor Summary | |
SGDrawer(SGVideoChannel sg)
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 |
SequenceGrabber |
getSequenceGrabber()
Deprecated. since QTJava 6.1 |
SGCaptureCallback |
getSGCaptureCallback()
Deprecated. since QTJava 6.1 |
SGVideoChannel |
getSGChannel()
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 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 |
void |
setSGCaptureCallback(SGCaptureCallback callback)
Deprecated. since QTJava 6.1 |
void |
task()
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 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 SGDrawer(SGVideoChannel sg)
throws QTException
sg - the SequenceGrabber component channel to present.| Method Detail |
public SGVideoChannel getSGChannel()
public SequenceGrabber getSequenceGrabber()
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 StdQTException
getGWorld in interface QTDrawableStdQTException
public void setGWorld(QDGraphics cgp)
throws QTException
setGWorld in interface QTDrawablecgp - 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 StdQTException
getMatrix in interface TransformableStdQTException
public void setMatrix(Matrix matrix)
throws QTException
setMatrix in interface Transformablematrix - the new display Matrix
QTException
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 StdQTException
redraw in interface DrawableinvalidRgn - the invalidRgn that the client should redraw
StdQTException
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 final void task()
throws StdQTException
task in interface quicktime.app.time.TaskableStdQTExceptionquicktime.util.TaskThreadpublic void setSGCaptureCallback(SGCaptureCallback callback)
callback - can be null to de-register notificationpublic SGCaptureCallback getSGCaptureCallback()
public 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 | |||||||||