|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.comp.ComponentIdentifier
|
+--quicktime.std.comp.Component
|
+--quicktime.std.sg.SGChannel
|
+--quicktime.std.sg.VisualChannel
| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
QDRect |
getBounds()
Allows you to get a channel's display boundary rectangle. |
Region |
getClip()
Allows you to retrieve a channels clipping region. |
Matrix |
getMatrix()
Allows you to get a channel's display transformation matrix. |
void |
setBounds(QDRect bounds)
Allows you to specify a channel's display boundary rectangle. |
void |
setClip(Region theClip)
Allows you to set a channel's clipping region. |
void |
setMatrix(Matrix m)
Allows you to set a channel's display transformation matrix. |
| Methods inherited from class quicktime.std.sg.SGChannel |
getDataSourceName, getDeviceList, getPlayFlags, getSampleDescription, getSequenceGrabber, getSettings, getTimeScale, getUsage, setDataSourceName, setDevice, setOutput, setPlayFlags, setSettings, settingsDialog, settingsDialog, setUsage |
| Methods inherited from class quicktime.std.comp.Component |
count |
| Methods inherited from class quicktime.std.comp.ComponentIdentifier |
find, find, getInfo, toString |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public void setBounds(QDRect bounds)
throws StdQTException
bounds - the new display bounds
StdQTException
public QDRect getBounds()
throws StdQTException
StdQTException
public void setClip(Region theClip)
throws StdQTException
theClip - a new clipping region or null to clear the clipping region.
StdQTException
public Region getClip()
throws QTException
QTException
public void setMatrix(Matrix m)
throws StdQTException
StdQTException
public Matrix getMatrix()
throws StdQTException
StdQTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||