|
||||||||||
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.QTVRPanoImaging
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
QTVRPanoImaging()
Creates a QTVRPanoImaging object containing no data |
|
QTVRPanoImaging(byte[] bytes)
Creates a QTVRPanoImaging object from a byte array Used in cloning |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of this class. |
int |
getCorrection()
returns the panorama correction |
static EndianDescriptor |
getEndianDescriptor()
|
int |
getImagingMode()
returns the imaging Mode |
int |
getImagingProperty(int index)
returns the imagingProperty |
int |
getImagingValidFlags()
Valid bits are kQTVRValidCorrection = 1L << 0, kQTVRValidQuality = 1L << 1, kQTVRValidDirectDraw = 1L << 2, kQTVRValidFirstExtraProperty = 1L << 3 |
int |
getQuality()
returns the panorama quality |
int |
getReserved1()
returns the reserved1 |
int |
getReserved2()
returns the reserved2 |
boolean |
isDirectDraw()
returns the direct draw mode |
void |
setCorrection(int correction)
set the panorama correction |
void |
setDirectDraw(boolean directDraw)
set the direct draw mode |
void |
setImagingMode(int imagingMode)
set the imaging Mode |
void |
setImagingProperty(int property,
int index)
set the imagingProperty |
void |
setImagingValidFlags(int validFlags)
Valid bits are kQTVRValidCorrection = 1L << 0, kQTVRValidQuality = 1L << 1, kQTVRValidDirectDraw = 1L << 2, kQTVRValidFirstExtraProperty = 1L << 3 |
void |
setQuality(int quality)
set the panorama quality |
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 QTVRPanoImaging()
public QTVRPanoImaging(byte[] bytes) throws QTException
Method Detail |
public java.lang.Object clone()
clone
in class QTVRAtom
public static EndianDescriptor getEndianDescriptor()
public int getImagingMode()
public void setImagingMode(int imagingMode)
public int getImagingValidFlags()
public void setImagingValidFlags(int validFlags)
public int getCorrection()
public void setCorrection(int correction)
public int getQuality()
public void setQuality(int quality)
public boolean isDirectDraw()
public void setDirectDraw(boolean directDraw)
public int getImagingProperty(int index) throws QTException
public void setImagingProperty(int property, int index) throws QTException
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 |