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