| java.lang.Object com.sun.j3d.loaders.lw3d.TextfileParser com.sun.j3d.loaders.lw3d.LwsEnvelope com.sun.j3d.loaders.lw3d.LwsEnvelopeLightIntensity
LwsEnvelopeLightIntensity | class LwsEnvelopeLightIntensity extends LwsEnvelope (Code) | | This class creates a LightIntensityPathInterpolator object from the
keyframe-based envelope specified in a Scene file.
|
LwsEnvelopeLightIntensity | LwsEnvelopeLightIntensity(StreamTokenizer st, int frames, float time)(Code) | | Constructor: Calls superclass, which will parse the stream
and store the envelope data
|
createJava3dBehaviors | void createJava3dBehaviors(Object target)(Code) | | Creates Java3d behaviors given the stored envelope data. The
Behavior created is a LightIntensityPathInterpolator
|
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)
|
|
|