Uses of Class
org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator2D
Packages that use SplinePositionInterpolator2D
Package
Description
Interpolator nodes provide keyframe-based animation capability.
-
Uses of SplinePositionInterpolator2D in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation that return SplinePositionInterpolator2DModifier and TypeMethodDescriptionSplinePositionInterpolator2D.addComments(String newComment) Add comment as String to contained commentsList.SplinePositionInterpolator2D.addComments(String[] newComments) Add comments as String[] array to contained commentsList.SplinePositionInterpolator2D.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.SplinePositionInterpolator2D.addKey(float newValue) Add singleton float value to MFFloat keyfield.Add singleton SFFloat value to MFFloat keyfield.SplinePositionInterpolator2D.addKeyValue(SFVec2f newValue) Add singleton SFVec2f value to MFVec2f keyValuefield.SplinePositionInterpolator2D.addKeyVelocity(SFVec2f newValue) Add singleton SFVec2f value to MFVec2f keyVelocityfield.SplinePositionInterpolator2D.clearIS()Utility method to clear SFNode value of IS field.SplinePositionInterpolator2D.clearKey()Utility method to clear MFFloat value of key field.SplinePositionInterpolator2D.clearMetadata()Utility method to clear SFNode value of metadata field.SplinePositionInterpolator2D.setClosed(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named closed.Assign typed object value to SFBool closed field, similar toSplinePositionInterpolator2D.setClosed(boolean).SplinePositionInterpolator2D.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.SplinePositionInterpolator2D.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toSplinePositionInterpolator2D.setCssClass(String).SplinePositionInterpolator2D.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.SplinePositionInterpolator2D.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toSplinePositionInterpolator2D.setCssStyle(String).Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toSplinePositionInterpolator2D.setDEF(String).Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toSplinePositionInterpolator2D.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.SplinePositionInterpolator2D.setKey(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toSplinePositionInterpolator2D.setKey(float[]).SplinePositionInterpolator2D.setKey(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named key.SplinePositionInterpolator2D.setKey(int[] newValue) Assign floating-point array value of MFFloat key field, similar toSplinePositionInterpolator2D.setKey(float[]).Assign ArrayList value of MFFloat key field, similar toSplinePositionInterpolator2D.setKey(float[]).Assign typed object value to MFFloat key field, similar toSplinePositionInterpolator2D.setKey(float[]).SplinePositionInterpolator2D.setKeyValue(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toSplinePositionInterpolator2D.setKeyValue(float[]).SplinePositionInterpolator2D.setKeyValue(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named keyValue.SplinePositionInterpolator2D.setKeyValue(MFVec2f newValue) Assign typed object value to MFVec2f keyValue field, similar toSplinePositionInterpolator2D.setKeyValue(float[]).SplinePositionInterpolator2D.setKeyVelocity(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toSplinePositionInterpolator2D.setKeyVelocity(float[]).SplinePositionInterpolator2D.setKeyVelocity(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named keyVelocity.SplinePositionInterpolator2D.setKeyVelocity(MFVec2f newValue) Assign typed object value to MFVec2f keyVelocity field, similar toSplinePositionInterpolator2D.setKeyVelocity(float[]).SplinePositionInterpolator2D.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator2D.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator2D.setNormalizeVelocity(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named normalizeVelocity.SplinePositionInterpolator2D.setNormalizeVelocity(SFBool newValue) Assign typed object value to SFBool normalizeVelocity field, similar toSplinePositionInterpolator2D.setNormalizeVelocity(boolean).Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toSplinePositionInterpolator2D.setUSE(String).SplinePositionInterpolator2D.setUSE(SplinePositionInterpolator2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toSplinePositionInterpolator2D.setUSE(String).Methods in org.web3d.x3d.jsail.Interpolation with parameters of type SplinePositionInterpolator2DModifier and TypeMethodDescriptionSplinePositionInterpolator2D.setUSE(SplinePositionInterpolator2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toSplinePositionInterpolator2D.setUSE(String).