|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.vr.QTVRAtom | +--quicktime.vr.QTVRHotSpotInfo
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
QTVRHotSpotInfo()
Creates a QTVRHotSpotInfo object containing no data. |
|
QTVRHotSpotInfo(byte[] bytes)
Creates a QTVRHotSpotInfo object from a byte array Used in cloning |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of this class. |
float |
getBestFOV()
returns the bestFOV |
float |
getBestPan()
returns the bestPan |
float |
getBestTilt()
returns the bestTilt |
QDPoint |
getBestViewCenter()
returns the bestViewCenter |
int |
getCommentAtomID()
returns the commentAtomID |
static EndianDescriptor |
getEndianDescriptor()
|
int |
getFlags()
returns the flags |
QDRect |
getHotSpotRect()
returns the hotSpotRect |
int |
getHotSpotType()
returns the hotSpotType |
int |
getMouseDownCursorID()
returns the mouseDown cursorID |
int |
getMouseOverCursorID()
returns the mouseOver cursorID |
int |
getMouseUpCursorID()
returns the mouseUp cursorID |
int |
getNameAtomID()
returns the nameAtomID |
int |
getReserved1()
returns the reserved1 |
int |
getReserved2()
returns the reserved2 |
void |
setBestFOV(float bestFOV)
set the bestFOV |
void |
setBestPan(float bestPan)
set the bestPan |
void |
setBestTilt(float bestTilt)
set the bestTilt |
void |
setBestViewCenter(QDPoint bestViewCenter)
set the bestViewCenter |
void |
setCommentAtomID(int commentAtomID)
set the commentAtomID ID of the QTVRString atom zero means no comment atom |
void |
setFlags(int flags)
set the flags |
void |
setHotSpotRect(QDRect hotSpotRect)
set the hotSpotRect |
void |
setHotSpotType(int hotSpotType)
set the hotSpotType 'link' 'undf' 'url ' |
void |
setHotSpotType(java.lang.String hotSpotType)
sets the hotSpotType using a string "link" "undf" "url " |
void |
setMouseDownCursorID(int cursorID)
set the mouseDown cursorID |
void |
setMouseOverCursorID(int cursorID)
set the mouseOver cursorID |
void |
setMouseUpCursorID(int cursorID)
set the mouseUp cursorID |
void |
setNameAtomID(int nameAtomID)
set the nameAtomID ID of the QTVRString atom zero means no name atom |
void |
setReserved1(int reserved1)
set the reserved1 |
void |
setReserved2(int reserved2)
set the reserved2 |
java.lang.String |
toString()
Returns a string representation of the class |
Methods inherited from class quicktime.vr.QTVRAtom |
getMajorVersion, getMinorVersion, setMajorVersion, setMinorVersion |
Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QTVRHotSpotInfo()
public QTVRHotSpotInfo(byte[] bytes) throws QTException
Method Detail |
public java.lang.Object clone()
clone
in class QTVRAtom
public static EndianDescriptor getEndianDescriptor()
public int getHotSpotType()
public void setHotSpotType(int hotSpotType)
public void setHotSpotType(java.lang.String hotSpotType)
public int getNameAtomID()
public void setNameAtomID(int nameAtomID)
public int getCommentAtomID()
public void setCommentAtomID(int commentAtomID)
public int getMouseOverCursorID()
public void setMouseOverCursorID(int cursorID)
public int getMouseDownCursorID()
public void setMouseDownCursorID(int cursorID)
public int getMouseUpCursorID()
public void setMouseUpCursorID(int cursorID)
public float getBestPan()
public void setBestPan(float bestPan)
public float getBestTilt()
public void setBestTilt(float bestTilt)
public float getBestFOV()
public void setBestFOV(float bestFOV)
public QDPoint getBestViewCenter()
public void setBestViewCenter(QDPoint bestViewCenter)
public QDRect getHotSpotRect()
public void setHotSpotRect(QDRect hotSpotRect)
public int getFlags()
public void setFlags(int flags)
public void setReserved1(int reserved1)
public int getReserved1()
public void setReserved2(int reserved2)
public int getReserved2()
public java.lang.String toString()
QTVRAtom
toString
in class QTVRAtom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |