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