Uses of Class
com.sun.electric.plugins.j3d.utils.J3DUtils.ThreeDDemoKnot

Packages that use J3DUtils.ThreeDDemoKnot
com.sun.electric.plugins.j3d   
com.sun.electric.plugins.j3d.utils   
 

Uses of J3DUtils.ThreeDDemoKnot in com.sun.electric.plugins.j3d
 

Methods in com.sun.electric.plugins.j3d that return J3DUtils.ThreeDDemoKnot
 J3DUtils.ThreeDDemoKnot View3DWindow.addFrame(boolean useView)
           
 J3DUtils.ThreeDDemoKnot View3DWindow.moveAndRotate(double[] values)
          Method to rotate individual groups
 

Method parameters in com.sun.electric.plugins.j3d with type arguments of type J3DUtils.ThreeDDemoKnot
 java.util.Map<TransformGroup,BranchGroup> View3DWindow.addInterpolator(java.util.List<J3DUtils.ThreeDDemoKnot> knotList)
          Method to create a path interpolator using knots defined in input list
 java.util.Map<TransformGroup,BranchGroup> View3DWindow.addInterpolatorPerGroup(java.util.List<J3DUtils.ThreeDDemoKnot> knotList, TransformGroup grp, java.util.Map<TransformGroup,BranchGroup> interMap, boolean useView)
          Method to add interpolator per group
 

Uses of J3DUtils.ThreeDDemoKnot in com.sun.electric.plugins.j3d.utils
 

Fields in com.sun.electric.plugins.j3d.utils with type parameters of type J3DUtils.ThreeDDemoKnot
 java.util.List<J3DUtils.ThreeDDemoKnot> J3DSerialization.list
           
 

Methods in com.sun.electric.plugins.j3d.utils that return types with arguments of type J3DUtils.ThreeDDemoKnot
static java.util.List<J3DUtils.ThreeDDemoKnot> J3DUtils.readDemoDataFromFile(View3DWindow view3D)
          Method to generate knots for interpolator from a file
 

Methods in com.sun.electric.plugins.j3d.utils with parameters of type J3DUtils.ThreeDDemoKnot
static KBKeyFrame J3DUtils.getNextKBKeyFrame(float ratio, J3DUtils.ThreeDDemoKnot knot)
          Method to generate each individual frame key for the interporlation based on Poly information
static TCBKeyFrame J3DUtils.getNextTCBKeyFrame(float ratio, J3DUtils.ThreeDDemoKnot knot)
           
 

Constructor parameters in com.sun.electric.plugins.j3d.utils with type arguments of type J3DUtils.ThreeDDemoKnot
J3DSerialization(java.lang.Boolean useView, java.util.List<J3DUtils.ThreeDDemoKnot> l, Transform3D t)