Uses of Class
org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator
Package
Description
Interpolator nodes provide keyframe-based animation capability.
-
Uses of SplinePositionInterpolator in org.web3d.x3d.jsail.Interpolation
Modifier and TypeMethodDescriptionSplinePositionInterpolator.addComments
(String newComment) Add comment as String to contained commentsList.SplinePositionInterpolator.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.SplinePositionInterpolator.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.SplinePositionInterpolator.addKey
(float newValue) Add singleton float value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.SplinePositionInterpolator.addKeyValue
(SFVec3f newValue) Add singleton SFVec3f value to MFVec3f keyValue field.SplinePositionInterpolator.addKeyVelocity
(SFVec3f newValue) Add singleton SFVec3f value to MFVec3f keyVelocity field.SplinePositionInterpolator.clearIS()
Utility method to clear SFNode value of IS field.SplinePositionInterpolator.clearKey()
Utility method to clear MFFloat value of key field.SplinePositionInterpolator.clearMetadata()
Utility method to clear SFNode value of metadata field.SplinePositionInterpolator.setClosed
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named closed.Assign typed object value to SFBool closed field, similar tosetClosed(boolean)
.SplinePositionInterpolator.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.SplinePositionInterpolator.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.SplinePositionInterpolator.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.SplinePositionInterpolator.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.SplinePositionInterpolator.setKey
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKey(float[])
.SplinePositionInterpolator.setKey
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named key.SplinePositionInterpolator.setKey
(int[] newValue) Assign floating-point array value of MFFloat key field, similar tosetKey(float[])
.Assign ArrayList value of MFFloat key field, similar tosetKey(float[])
.Assign typed object value to MFFloat key field, similar tosetKey(float[])
.SplinePositionInterpolator.setKeyValue
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKeyValue(float[])
.SplinePositionInterpolator.setKeyValue
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named keyValue.SplinePositionInterpolator.setKeyValue
(MFVec3f newValue) Assign typed object value to MFVec3f keyValue field, similar tosetKeyValue(float[])
.SplinePositionInterpolator.setKeyVelocity
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKeyVelocity(float[])
.SplinePositionInterpolator.setKeyVelocity
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named keyVelocity.SplinePositionInterpolator.setKeyVelocity
(MFVec3f newValue) Assign typed object value to MFVec3f keyVelocity field, similar tosetKeyVelocity(float[])
.SplinePositionInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator.setNormalizeVelocity
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named normalizeVelocity.SplinePositionInterpolator.setNormalizeVelocity
(SFBool newValue) Assign typed object value to SFBool normalizeVelocity field, similar tosetNormalizeVelocity(boolean)
.Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.SplinePositionInterpolator.setUSE
(SplinePositionInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionSplinePositionInterpolator.setUSE
(SplinePositionInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.