| java.lang.Object com.sun.j3d.loaders.lw3d.TextfileParser com.sun.j3d.loaders.lw3d.LwsEnvelope
All known Subclasses: com.sun.j3d.loaders.lw3d.LwsEnvelopeLightIntensity,
LwsEnvelope | class LwsEnvelope extends TextfileParser (Code) | | This class is a superclass for any implementation of envelopes; the
only subclass currently is LwsEnvelopeLightIntensity. LwsEnvelope
parses the data in a Scene file and extracts the envelope data.
|
numChannels | int numChannels(Code) | | |
totalFrames | int totalFrames(Code) | | |
totalTime | float totalTime(Code) | | |
LwsEnvelope | LwsEnvelope(StreamTokenizer st, int frames, float time)(Code) | | Constructor: calls getEnvelope() to parse the stream for the
envelope data
|
createJava3dBehaviors | void createJava3dBehaviors(TransformGroup target)(Code) | | 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
|
printVals | void printVals()(Code) | | |
Methods inherited from com.sun.j3d.loaders.lw3d.TextfileParser | void checkString(StreamTokenizer st, String theString) throws ParsingErrorException(Code)(Java Doc) void checkType(StreamTokenizer st, int theType) throws ParsingErrorException(Code)(Java Doc) protected void debugOutput(int outputType, String theOutput)(Code)(Java Doc) protected void debugOutputLn(int outputType, String theOutput)(Code)(Java Doc) void getAndCheckString(StreamTokenizer st, String expectedValue) throws ParsingErrorException(Code)(Java Doc) String getName(StreamTokenizer st) throws ParsingErrorException(Code)(Java Doc) double getNumber(StreamTokenizer st) throws ParsingErrorException, NumberFormatException(Code)(Java Doc) String getString(StreamTokenizer st) throws ParsingErrorException(Code)(Java Doc) boolean isCurrentToken(StreamTokenizer st, String tokenString)(Code)(Java Doc) void skip(StreamTokenizer st, String tokenString, int skipVals) throws ParsingErrorException(Code)(Java Doc) void skipUntilString(StreamTokenizer st, String theString) throws ParsingErrorException(Code)(Java Doc)
|
|
|