|
||||||||||
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.QTVRLinkHotSpot
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
QTVRLinkHotSpot()
Creates a QTVRLinkHotSpot object containing no data |
|
QTVRLinkHotSpot(byte[] bytes)
Creates a QTVRLinkHotSpot object from a byte array Used in cloning |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of this class. |
float |
getDistance()
returns the distance |
static EndianDescriptor |
getEndianDescriptor()
|
int |
getFlags()
returns the flags |
float |
getFromFOV()
returns the fromFOV |
float |
getFromPan()
returns the fromPan |
float |
getFromTilt()
returns the fromTilt |
int |
getFromValidFlags()
returns the fromValidFlags |
QDPoint |
getFromViewCenter()
returns the fromViewCenter |
int |
getReserved1()
returns the reserved1 |
int |
getReserved2()
returns the reserved2 |
float |
getToFOV()
returns the toFOV |
int |
getToNodeID()
returns the toNodeID |
float |
getToPan()
returns the toPan |
float |
getToTilt()
returns the toTilt |
int |
getToValidFlags()
returns the toValidFlags |
QDPoint |
getToViewCenter()
returns the toViewCenter |
void |
setDistance(float distance)
set the distance |
void |
setFlags(int flags)
set the flags |
void |
setFromFOV(float fromFOV)
set the fromFOV |
void |
setFromPan(float fromPan)
set the fromPan |
void |
setFromTilt(float fromTilt)
set the fromTilt |
void |
setFromValidFlags(int fromValidFlags)
set the fromValidFlags |
void |
setFromViewCenter(QDPoint fromViewCenter)
set the fromViewCenter |
void |
setReserved1(int reserved1)
set the reserved1 |
void |
setReserved2(int reserved2)
set the reserved2 |
void |
setToFOV(float toFOV)
set the toFOV |
void |
setToNodeID(int toNodeID)
set the toNodeID |
void |
setToPan(float toPan)
set the toPan |
void |
setToTilt(float toTilt)
set the toTilt |
void |
setToValidFlags(int toValidFlags)
set the toValidFlags |
void |
setToViewCenter(QDPoint toViewCenter)
set the toViewCenter |
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 QTVRLinkHotSpot()
public QTVRLinkHotSpot(byte[] bytes) throws QTException
Method Detail |
public java.lang.Object clone()
clone
in class QTVRAtom
public static EndianDescriptor getEndianDescriptor()
public int getToNodeID()
public void setToNodeID(int toNodeID)
public int getFromValidFlags()
public void setFromValidFlags(int fromValidFlags)
public float getFromPan()
public void setFromPan(float fromPan)
public float getFromTilt()
public void setFromTilt(float fromTilt)
public float getFromFOV()
public void setFromFOV(float fromFOV)
public QDPoint getFromViewCenter()
public void setFromViewCenter(QDPoint fromViewCenter)
public int getToValidFlags()
public void setToValidFlags(int toValidFlags)
public float getToPan()
public void setToPan(float toPan)
public float getToTilt()
public void setToTilt(float toTilt)
public float getToFOV()
public void setToFOV(float toFOV)
public QDPoint getToViewCenter()
public void setToViewCenter(QDPoint toViewCenter)
public float getDistance()
public void setDistance(float distance)
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 |