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