|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.loaders.discreet.NodeHeaderData
public class NodeHeaderData
The node header data for keyframe chunk descriptions.
The format of this data read from the file is:
String objname; short flags1; short flags2; short heirarchy;
Field Summary | |
---|---|
int |
flags1
First set of flag data |
int |
flags2
Second set of flag data |
int |
heirarchyPosition
The position in the heirarchy |
java.lang.String |
name
The name of the object |
Constructor Summary | |
---|---|
NodeHeaderData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public int heirarchyPosition
public int flags1
public int flags2
Constructor Detail |
---|
public NodeHeaderData()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |