Uses of Class
org.web3d.x3d.jsail.Followers.OrientationChaser
Package
Description
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
-
Uses of OrientationChaser in org.web3d.x3d.jsail.Followers
Modifier and TypeMethodDescriptionOrientationChaser.addComments
(String newComment) Add comment as String to contained commentsList.OrientationChaser.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.OrientationChaser.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.OrientationChaser.clearIS()
Utility method to clear SFNode value of IS field.OrientationChaser.clearMetadata()
Utility method to clear SFNode value of metadata field.final OrientationChaser
OrientationChaser.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.OrientationChaser.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final OrientationChaser
OrientationChaser.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.OrientationChaser.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final OrientationChaser
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.OrientationChaser.setDuration
(double newValue) Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.OrientationChaser.setDuration
(SFTime newValue) Assign typed object value to SFTime duration field, similar tosetDuration(double)
.final OrientationChaser
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.OrientationChaser.setInitialDestination
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetInitialDestination(float[])
.OrientationChaser.setInitialDestination
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetInitialDestination(float[])
.OrientationChaser.setInitialDestination
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialDestination.OrientationChaser.setInitialDestination
(float x, float y, float z, float angleRadians) Assign values to SFRotation initialDestination field, similar tosetInitialDestination(float[])
.OrientationChaser.setInitialDestination
(SFRotation newValue) Assign typed object value to SFRotation initialDestination field, similar tosetInitialDestination(float[])
.OrientationChaser.setInitialValue
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetInitialValue(float[])
.OrientationChaser.setInitialValue
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetInitialValue(float[])
.OrientationChaser.setInitialValue
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialValue.OrientationChaser.setInitialValue
(float x, float y, float z, float angleRadians) Assign values to SFRotation initialValue field, similar tosetInitialValue(float[])
.OrientationChaser.setInitialValue
(SFRotation newValue) Assign typed object value to SFRotation initialValue field, similar tosetInitialValue(float[])
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.OrientationChaser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrientationChaser.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final OrientationChaser
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.OrientationChaser.setUSE
(OrientationChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionOrientationChaser.setUSE
(OrientationChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.