j3d.org Code

org.j3d.loaders.discreet
Class KeyframeTag

java.lang.Object
  extended by org.j3d.loaders.discreet.KeyframeTag
Direct Known Subclasses:
KeyframeAmbientBlock, KeyframeCameraBlock, KeyframeCameraTargetBlock, KeyframeFrameBlock, KeyframeLightBlock, KeyframeSpotlightBlock, KeyframeSpotlightTargetBlock

public abstract class KeyframeTag
extends java.lang.Object

Base class representing the common data between all the keyframe tag types.

A keyframe tag block consists of

     NODE ID 0xB030
     NODE HEADER 0xB010
 

Version:
$Revision: 1.1 $
Author:
Justin Couch

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

nodeId

public int nodeId
An identifier for the node


nodeHeader

public NodeHeaderData nodeHeader
Node header data, if specified

Constructor Detail

KeyframeTag

public KeyframeTag()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org