class LwsEnvelope extends TextfileParser
| Modifier and Type | Field and Description |
|---|---|
(package private) Behavior |
behaviors |
(package private) LwsEnvelopeFrame[] |
frames |
(package private) boolean |
loop |
(package private) java.lang.String |
name |
(package private) int |
numChannels |
(package private) int |
numFrames |
(package private) int |
totalFrames |
(package private) float |
totalTime |
currentLevel, debugPrinter, EXCEPTION, LINE_TRACE, lineSeparatorChar, MISC, NONE, NUMBER, TIME, TRACE, VALUES, WORD| Constructor and Description |
|---|
LwsEnvelope(java.io.StreamTokenizer st,
int frames,
float time)
Constructor: calls getEnvelope() to parse the stream for the
envelope data
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
createJava3dBehaviors(TransformGroup target)
This superclass does nothing here - if the loader understands
how to deal with a particular type of envelope, it will use
a subclass of LwsEnvelope that will override this method
|
(package private) Behavior |
getBehaviors() |
(package private) void |
getEnvelope(java.io.StreamTokenizer st)
Parses the stream to retrieve all envelope data.
|
(package private) LwsEnvelopeFrame |
getFirstFrame() |
(package private) void |
printVals() |
checkString, checkType, debugOutput, debugOutputLn, getAndCheckString, getName, getNumber, getString, isCurrentToken, skip, skipUntilStringjava.lang.String name
LwsEnvelopeFrame[] frames
int numFrames
int numChannels
boolean loop
float totalTime
int totalFrames
Behavior behaviors
LwsEnvelope(java.io.StreamTokenizer st,
int frames,
float time)
void getEnvelope(java.io.StreamTokenizer st)
throws IncorrectFormatException,
ParsingErrorException
void createJava3dBehaviors(TransformGroup target)
Behavior getBehaviors()
LwsEnvelopeFrame getFirstFrame()
void printVals()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.