quicktime.vr
Class QTVRLinkHotSpot

java.lang.Object
  |
  +--quicktime.util.QTByteObject
        |
        +--quicktime.vr.QTVRAtom
              |
              +--quicktime.vr.QTVRLinkHotSpot
All Implemented Interfaces:
java.lang.Cloneable, PrimitivesLib, java.io.Serializable, SharedLibrary, com.apple.jdirect.SharedLibrary

public final class QTVRLinkHotSpot
extends QTVRAtom

See Also:
Serialized Form

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

QTVRLinkHotSpot

public QTVRLinkHotSpot()
Creates a QTVRLinkHotSpot object containing no data

QTVRLinkHotSpot

public QTVRLinkHotSpot(byte[] bytes)
                throws QTException
Creates a QTVRLinkHotSpot object from a byte array Used in cloning
Method Detail

clone

public java.lang.Object clone()
Returns a copy of this class.
Overrides:
clone in class QTVRAtom

getEndianDescriptor

public static EndianDescriptor getEndianDescriptor()

getToNodeID

public int getToNodeID()
returns the toNodeID

setToNodeID

public void setToNodeID(int toNodeID)
set the toNodeID

getFromValidFlags

public int getFromValidFlags()
returns the fromValidFlags

setFromValidFlags

public void setFromValidFlags(int fromValidFlags)
set the fromValidFlags

getFromPan

public float getFromPan()
returns the fromPan

setFromPan

public void setFromPan(float fromPan)
set the fromPan

getFromTilt

public float getFromTilt()
returns the fromTilt

setFromTilt

public void setFromTilt(float fromTilt)
set the fromTilt

getFromFOV

public float getFromFOV()
returns the fromFOV

setFromFOV

public void setFromFOV(float fromFOV)
set the fromFOV

getFromViewCenter

public QDPoint getFromViewCenter()
returns the fromViewCenter

setFromViewCenter

public void setFromViewCenter(QDPoint fromViewCenter)
set the fromViewCenter

getToValidFlags

public int getToValidFlags()
returns the toValidFlags

setToValidFlags

public void setToValidFlags(int toValidFlags)
set the toValidFlags

getToPan

public float getToPan()
returns the toPan

setToPan

public void setToPan(float toPan)
set the toPan

getToTilt

public float getToTilt()
returns the toTilt

setToTilt

public void setToTilt(float toTilt)
set the toTilt

getToFOV

public float getToFOV()
returns the toFOV

setToFOV

public void setToFOV(float toFOV)
set the toFOV

getToViewCenter

public QDPoint getToViewCenter()
returns the toViewCenter

setToViewCenter

public void setToViewCenter(QDPoint toViewCenter)
set the toViewCenter

getDistance

public float getDistance()
returns the distance

setDistance

public void setDistance(float distance)
set the distance

getFlags

public int getFlags()
returns the flags

setFlags

public void setFlags(int flags)
set the flags

setReserved1

public void setReserved1(int reserved1)
set the reserved1

getReserved1

public int getReserved1()
returns the reserved1

setReserved2

public void setReserved2(int reserved2)
set the reserved2

getReserved2

public int getReserved2()
returns the reserved2

toString

public java.lang.String toString()
Description copied from class: QTVRAtom
Returns a string representation of the class
Overrides:
toString in class QTVRAtom