|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.vr.QTVRCubicFace
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
QTVRCubicFace()
Creates a QTVRCubicFace object containing no data |
|
QTVRCubicFace(byte[] bytes)
Creates a QTVRCubicFace object from a byte array Used in cloning |
Method Summary | |
float |
getAspect()
aspect>1 => tall pixels; aspect <1 => squat pixels (default = 1) |
QDPoint |
getCenter()
returns the center |
static EndianDescriptor |
getEndianDescriptor()
|
float |
getOrientationW()
returns the orientationW |
float |
getOrientationX()
returns the orientationX |
float |
getOrientationY()
returns the orientationY |
float |
getOrientationZ()
returns the orientationZ |
float |
getSkew()
returns the skew |
void |
setAspect(float aspect)
aspect>1 => tall pixels; aspect <1 => squat pixels (default = 1) |
void |
setCenter(QDPoint center)
set the center |
void |
setOrientationW(float orientationW)
set the orientationW |
void |
setOrientationX(float orientationX)
set the orientationX |
void |
setOrientationY(float orientationY)
set the orientationY |
void |
setOrientationZ(float orientationZ)
set the orientationZ |
void |
setSkew(float skew)
set the skew |
java.lang.String |
toString()
Returns a string representation of this object. |
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 QTVRCubicFace()
public QTVRCubicFace(byte[] bytes) throws QTException
Method Detail |
public static EndianDescriptor getEndianDescriptor()
public float getOrientationW()
public void setOrientationW(float orientationW)
public float getOrientationX()
public void setOrientationX(float orientationX)
public float getOrientationY()
public void setOrientationY(float orientationY)
public float getOrientationZ()
public void setOrientationZ(float orientationZ)
public QDPoint getCenter()
public void setCenter(QDPoint center)
public float getAspect()
public void setAspect(float aspect)
public float getSkew()
public void setSkew(float skew)
public java.lang.String toString()
toString
in class QTByteObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |