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