|
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.KeyframeTag
public abstract class KeyframeTag
Base class representing the common data between all the keyframe tag types.
A keyframe tag block consists of
NODE ID 0xB030 NODE HEADER 0xB010
Field Summary | |
---|---|
NodeHeaderData |
nodeHeader
Node header data, if specified |
int |
nodeId
An identifier for the node |
Constructor Summary | |
---|---|
KeyframeTag()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int nodeId
public NodeHeaderData nodeHeader
Constructor Detail |
---|
public KeyframeTag()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |