|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.SceneGraphObject
javax.media.j3d.Node
javax.media.j3d.Leaf
javax.media.j3d.Behavior
javax.media.j3d.Interpolator
javax.media.j3d.TransformInterpolator
com.sun.j3d.utils.behaviors.interpolators.KBSplinePathInterpolator
public abstract class KBSplinePathInterpolator
KBSplinePathInterpolator behavior. This class defines the base class for all Kochanek-Bartels (also known as TCB or Tension-Continuity-Bias) Spline Path Interpolators.
Field Summary |
---|
Constructor Summary | |
---|---|
KBSplinePathInterpolator(Alpha alpha,
KBKeyFrame[] keys)
Deprecated. As of Java 3D version 1.3, replaced by KBSplinePathInterpolator(Alpha, TransformGroup, TCBKeyFrame[]) |
|
KBSplinePathInterpolator(Alpha alpha,
TransformGroup target,
KBKeyFrame[] keys)
Constructs a new KBSplinePathInterpolator object that interpolates between keyframes with specified alpha, target and an default axisOfTranform set to identity. |
|
KBSplinePathInterpolator(Alpha alpha,
TransformGroup target,
Transform3D axisOfTransform,
KBKeyFrame[] keys)
Constructs a new KBSplinePathInterpolator object that interpolates between keyframes with specified alpha, target and axisOfTransform. |
Method Summary | |
---|---|
void |
duplicateNode(Node originalNode,
boolean forceDuplicate)
Copies all KBSplinePathInterpolator information from originalNode into
the current node. |
int |
getArrayLength()
This method retrieves the length of the key frame array. |
KBKeyFrame |
getKeyFrame(int index)
This method retrieves the key frame at the specified index. |
void |
setKeyFrame(int index,
KBKeyFrame keyFrame)
Set the key frame at the specified index to keyFrame |
void |
setKeyFrames(KBKeyFrame[] keyFrames)
Set allthe key frames |
Methods inherited from class javax.media.j3d.TransformInterpolator |
---|
computeTransform, getTarget, getTransformAxis, processStimulus, setTarget, setTransformAxis, updateNodeReferences |
Methods inherited from class javax.media.j3d.Interpolator |
---|
getAlpha, initialize, setAlpha |
Methods inherited from class javax.media.j3d.Behavior |
---|
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval |
Methods inherited from class javax.media.j3d.Node |
---|
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
Methods inherited from class javax.media.j3d.SceneGraphObject |
---|
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KBSplinePathInterpolator(Alpha alpha, KBKeyFrame[] keys)
KBSplinePathInterpolator(Alpha, TransformGroup, TCBKeyFrame[])
public KBSplinePathInterpolator(Alpha alpha, TransformGroup target, KBKeyFrame[] keys)
alpha
- the alpha object for this interpolatortarget
- the TransformGroup node affected by this interpolatorkeys
- an array of KBKeyFrame. Requires at least two key frames.public KBSplinePathInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, KBKeyFrame[] keys)
alpha
- the alpha object for this interpolatortarget
- the TransformGroup node affected by this interpolatoraxisOfTransform
- the transform that defines the local coordinatekeys
- an array of KBKeyFrame. Requires at least two key framesMethod Detail |
---|
public int getArrayLength()
public KBKeyFrame getKeyFrame(int index)
index
- the index of the key frame requested
public void setKeyFrame(int index, KBKeyFrame keyFrame)
keyFrame
index
- Index of the key frame to changekeyFrame
- The new key framepublic void setKeyFrames(KBKeyFrame[] keyFrames)
keyFrames
- The new key framepublic void duplicateNode(Node originalNode, boolean forceDuplicate)
originalNode
into
the current node. This method is called from the
cloneNode
method which is, in turn, called by the
cloneTree
method.
duplicateNode
in class Node
originalNode
- the original node to duplicate.forceDuplicate
- when set to true
, causes the
duplicateOnCloneTree
flag to be ignored. When
false
, the value of each node's
duplicateOnCloneTree
variable determines whether
NodeComponent data is duplicated or copied.
RestrictedAccessException
- if this object is part of a live
or compiled scenegraph.Node.duplicateNode(javax.media.j3d.Node, boolean)
,
Node.cloneTree()
,
NodeComponent.setDuplicateOnCloneTree(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |