quicktime.vr
Class QTVRAtom
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.vr.QTVRAtom
- All Implemented Interfaces:
- java.lang.Cloneable, PrimitivesLib, java.io.Serializable, SharedLibrary, com.apple.jdirect.SharedLibrary
- Direct Known Subclasses:
- QTVRHotSpotInfo, QTVRLinkHotSpot, QTVRNodeHeader, QTVRNodeLocation, QTVRObjectSample, QTVRPanoImaging, QTVRPanoSample, QTVRWorldHeader
- public abstract class QTVRAtom
- extends QTByteObject
- implements java.lang.Cloneable
- See Also:
- Serialized Form
Method Summary |
abstract java.lang.Object |
clone()
Returns a copy of this class. |
short |
getMajorVersion()
returns the QTVR majorVersion |
short |
getMinorVersion()
returns the QTVR minorVersion |
void |
setMajorVersion(short majorVersion)
sets the QTVR majorVersion |
void |
setMinorVersion(short minorVersion)
sets the QTVR minorVersion |
java.lang.String |
toString()
Returns a string representation of the class |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
getMajorVersion
public short getMajorVersion()
- returns the QTVR majorVersion
setMajorVersion
public void setMajorVersion(short majorVersion)
- sets the QTVR majorVersion
getMinorVersion
public short getMinorVersion()
- returns the QTVR minorVersion
setMinorVersion
public void setMinorVersion(short minorVersion)
- sets the QTVR minorVersion
toString
public java.lang.String toString()
- Returns a string representation of the class
- Overrides:
toString
in class QTByteObject
clone
public abstract java.lang.Object clone()
- Returns a copy of this class.