|
||||||||||
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.QTVRNodeLocation
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
QTVRNodeLocation()
Creates a QTVRNodeLocation object containing no data |
|
QTVRNodeLocation(byte[] bytes)
Creates a QTVRNodeLocation object from a byte array |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of this class. |
static EndianDescriptor |
getEndianDescriptor()
|
int |
getLocationData()
returns the locationData |
int |
getLocationFlags()
returns the locationFlags |
int |
getNodeType()
returns the nodeType |
int |
getReserved1()
returns the reserved1 |
int |
getReserved2()
returns the reserved2 |
void |
setLocationData(int data)
set the locationData |
void |
setLocationFlags(int flags)
set the locationFlags |
void |
setNodeType(int nodeType)
set the nodeType |
void |
setNodeType(java.lang.String nodeType)
set the nodeType from a string |
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 QTVRNodeLocation()
public QTVRNodeLocation(byte[] bytes) throws QTException
Method Detail |
public static EndianDescriptor getEndianDescriptor()
public java.lang.Object clone()
clone
in class QTVRAtom
public int getNodeType()
public void setNodeType(int nodeType)
public void setNodeType(java.lang.String nodeType)
public int getLocationFlags()
public void setLocationFlags(int flags)
public int getLocationData()
public void setLocationData(int data)
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 |