class SequenceLine
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Behavior |
behaviors |
(package private) int |
endFrame |
(package private) java.lang.String |
fileName |
(package private) Group |
geometryGroup |
(package private) int |
numFrames |
(package private) int |
startFrame |
(package private) static java.util.Hashtable |
storedRefList |
(package private) int |
totalFrames |
(package private) float |
totalTime |
| Constructor and Description |
|---|
SequenceLine(java.io.StreamTokenizer st,
float time,
int frames) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
createJava3dObjects(int debugVals,
int loadBehaviors)
Create Java3d objects from the data in the sequence line.
|
private void |
createSwitchBehavior(Switch target)
Creates a SwitchValueInterpolator which is used to switch between
the objects specified for the sequence.
|
(package private) Behavior |
getBehavior() |
(package private) Group |
getGeometry() |
int startFrame
int endFrame
java.lang.String fileName
Group geometryGroup
Behavior behaviors
int numFrames
float totalTime
int totalFrames
static java.util.Hashtable storedRefList
SequenceLine(java.io.StreamTokenizer st,
float time,
int frames)
throws ParsingErrorException
ParsingErrorExceptionprivate void createSwitchBehavior(Switch target)
void createJava3dObjects(int debugVals,
int loadBehaviors)
throws IncorrectFormatException,
java.io.FileNotFoundException
IncorrectFormatExceptionjava.io.FileNotFoundExceptionGroup getGeometry()
Behavior getBehavior()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.