| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.NonSharedNode org.jdesktop.j3d.loaders.vrml97.impl.GroupBase org.jdesktop.j3d.loaders.vrml97.impl.Transform
All known Subclasses: org.jdesktop.j3d.loaders.vrml97.impl.SceneTransform,
Transform | public class Transform extends GroupBase (Code) | | Description of the Class
|
Transform | public Transform(Loader loader)(Code) | | Constructor for the Transform object
Parameters: loader - Description of the Parameter |
Transform | Transform(Loader loader, MFNode children, SFVec3f bboxCenter, SFVec3f bboxSize, SFVec3f center, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f translation)(Code) | | Constructor for the Transform object
Parameters: loader - Description of the Parameter Parameters: children - Description of the Parameter Parameters: bboxCenter - Description of the Parameter Parameters: bboxSize - Description of the Parameter Parameters: center - Description of the Parameter Parameters: rotation - Description of the Parameter Parameters: scale - Description of the Parameter Parameters: scaleOrientation - Description of the Parameter Parameters: translation - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
getType | public String getType()(Code) | | Gets the type attribute of the Transform object
The type value |
initFields | void initFields()(Code) | | Description of the Method
|
initImpl | void initImpl()(Code) | | Description of the Method
|
initTransformFields | void initTransformFields()(Code) | | Description of the Method
|
notifyMethod | public void notifyMethod(String eventInName, double time)(Code) | | Description of the Method
Parameters: eventInName - Description of the Parameter Parameters: time - Description of the Parameter |
toStringBodyS | public String toStringBodyS()(Code) | | Description of the Method
Description of the Return Value |
updateTransform | void updateTransform()(Code) | | Description of the Method
|
|
|