Uses of Class
org.web3d.x3d.jsail.Interpolation.EaseInEaseOut
Package
Description
Interpolator nodes provide keyframe-based animation capability.
-
Uses of EaseInEaseOut in org.web3d.x3d.jsail.Interpolation
Modifier and TypeMethodDescriptionEaseInEaseOut.addComments
(String newComment) Add comment as String to contained commentsList.EaseInEaseOut.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.EaseInEaseOut.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.EaseInEaseOut.addEaseInEaseOut
(SFVec2f newValue) Add singleton SFVec2f value to MFVec2f easeInEaseOut field.EaseInEaseOut.addKey
(float newValue) Add singleton float value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.EaseInEaseOut.clearIS()
Utility method to clear SFNode value of IS field.EaseInEaseOut.clearKey()
Utility method to clear MFFloat value of key field.EaseInEaseOut.clearMetadata()
Utility method to clear SFNode value of metadata field.final EaseInEaseOut
EaseInEaseOut.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.EaseInEaseOut.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final EaseInEaseOut
EaseInEaseOut.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.EaseInEaseOut.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final EaseInEaseOut
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.EaseInEaseOut.setEaseInEaseOut
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetEaseInEaseOut(float[])
.EaseInEaseOut.setEaseInEaseOut
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named easeInEaseOut.EaseInEaseOut.setEaseInEaseOut
(MFVec2f newValue) Assign typed object value to MFVec2f easeInEaseOut field, similar tosetEaseInEaseOut(float[])
.final EaseInEaseOut
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.EaseInEaseOut.setKey
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKey(float[])
.EaseInEaseOut.setKey
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named key.EaseInEaseOut.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[])
.EaseInEaseOut.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EaseInEaseOut.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 EaseInEaseOut
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.EaseInEaseOut.setUSE
(EaseInEaseOut DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionEaseInEaseOut.setUSE
(EaseInEaseOut DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.