Uses of Class
org.web3d.x3d.jsail.Interpolation.SquadOrientationInterpolator
Package
Description
Interpolator nodes provide keyframe-based animation capability.
-
Uses of SquadOrientationInterpolator in org.web3d.x3d.jsail.Interpolation
Modifier 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 key field.Add singleton SFFloat value to MFFloat key field.SquadOrientationInterpolator.addKeyValue
(SFRotation newValue) Add singleton SFRotation value to MFRotation keyValue field.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 tosetCssClass(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 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.SquadOrientationInterpolator.setKey
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKey(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 tosetKey(float[])
.Assign ArrayList value of MFFloat key field, similar tosetKey(float[])
.Assign typed object value to MFFloat key field, similar tosetKey(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 tosetKeyValue(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 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)
.SquadOrientationInterpolator.setUSE
(SquadOrientationInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionSquadOrientationInterpolator.setUSE
(SquadOrientationInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.