| javax.media.j3d.BranchGroup org.jdesktop.j3dedit.scenegrapheditor.visualtools.InterpolatorPathView
InterpolatorPathView | public class InterpolatorPathView extends BranchGroup (Code) | | Displays the path of an Interpolator.
The interpolator MUST have get/setTarget methods
author: paulby version: |
Inner Class :class IPVAlpha extends Alpha | |
InterpolatorPathView | public InterpolatorPathView()(Code) | | Creates new InterpolatorPathVie
|
checkGeometry | public void checkGeometry(int geometrySize)(Code) | | Check if the geometry structure is the correct size. Create a new
object if it is not.
|
clear | public void clear()(Code) | | Clear the view
|
interpolatorChanged | public void interpolatorChanged()(Code) | | Process the Interpolator and build the geometric representation of
it's path
|
setTarget | public void setTarget(TransformGroup target)(Code) | | Set the Target for this interpolator
This is used to extract the LocalToVworld transform for the target
so the points can be positioned correctly
|
Fields inherited from javax.media.j3d.BranchGroup | final public static int ALLOW_DETACH(Code)(Java Doc)
|
|
|