|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.vr.CursorRecord
The cursRecord parameter to replaceCursor() specifies a CursorRecord object, which indicates the cursor to replace and its replacement cursor.
| Field Summary |
| Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
| Constructor Summary | |
CursorRecord()
Creates a CursorRecord object containing no data |
|
CursorRecord(byte[] bytes)
Creates a QTVRTrackRefEntry object from a byte array Used in cloning |
|
| Method Summary | |
short |
getCursorID()
Returns the cursor resource ID |
QTHandle |
getData()
Returns the cursor data |
short |
getType()
Returns the cursor Type CursorRecord types kQTVRUseDefaultCursor kQTVRStdCursorType kQTVRColorCursorType |
void |
setCursorID(short cursorID)
Sets the cursor ID |
void |
setData(QTHandle data)
A handle to the cursor data that is to replace the specified cursor. |
void |
setType(short cursortype)
Sets the cursor Type CursorRecord types kQTVRUseDefaultCursor kQTVRStdCursorType kQTVRColorCursorType |
| Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize, toString |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CursorRecord()
public CursorRecord(byte[] bytes)
throws QTException
| Method Detail |
public short getType()
public void setType(short cursortype)
public short getCursorID()
public void setCursorID(short cursorID)
cursorID -
public QTHandle getData()
throws QTException
QTExceptionpublic void setData(QTHandle data)
data - cursor data that is to replace the cursor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||