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