com.sun.j3d.loaders.lw3d
Class LwsEnvelopeFrame

java.lang.Object
  extended by com.sun.j3d.loaders.lw3d.TextfileParser
      extended by com.sun.j3d.loaders.lw3d.LwsEnvelopeFrame

 class LwsEnvelopeFrame
extends TextfileParser

This class represents one keyframe in an envelope sequence.


Field Summary
(package private)  double bias
           
(package private)  double continuity
           
(package private)  double frameNumber
           
(package private)  int linearValue
           
(package private)  double tension
           
(package private)  double value
           
 
Fields inherited from class com.sun.j3d.loaders.lw3d.TextfileParser
currentLevel, debugPrinter, EXCEPTION, LINE_TRACE, lineSeparatorChar, MISC, NONE, NUMBER, TIME, TRACE, VALUES, WORD
 
Constructor Summary
LwsEnvelopeFrame(java.io.StreamTokenizer st)
          Constructor: parses stream and stores data for one keyframe of an envelope sequence
 
Method Summary
(package private)  double getFrameNum()
           
(package private)  double getValue()
           
(package private)  void printVals()
           
 
Methods inherited from class com.sun.j3d.loaders.lw3d.TextfileParser
checkString, checkType, debugOutput, debugOutputLn, getAndCheckString, getName, getNumber, getString, isCurrentToken, skip, skipUntilString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

double value

frameNumber

double frameNumber

linearValue

int linearValue

tension

double tension

continuity

double continuity

bias

double bias
Constructor Detail

LwsEnvelopeFrame

LwsEnvelopeFrame(java.io.StreamTokenizer st)
Constructor: parses stream and stores data for one keyframe of an envelope sequence

Method Detail

getValue

double getValue()

getFrameNum

double getFrameNum()

printVals

void printVals()


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.