Uses of Class
org.web3d.x3d.jsail.Interpolation.ColorInterpolator
Packages that use ColorInterpolator
Package
Description
Interpolator nodes provide keyframe-based animation capability.
-
Uses of ColorInterpolator in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation that return ColorInterpolatorModifier and TypeMethodDescriptionColorInterpolator.addComments
(String newComment) Add comment as String to contained commentsList.ColorInterpolator.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ColorInterpolator.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ColorInterpolator.addKey
(float newValue) Add singleton float value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.ColorInterpolator.addKeyValue
(SFColor newValue) Add singleton SFColor value to MFColor keyValue field.ColorInterpolator.clearIS()
Utility method to clear SFNode value of IS field.ColorInterpolator.clearKey()
Utility method to clear MFFloat value of key field.ColorInterpolator.clearMetadata()
Utility method to clear SFNode value of metadata field.final ColorInterpolator
ColorInterpolator.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ColorInterpolator.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ColorInterpolator
ColorInterpolator.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ColorInterpolator.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ColorInterpolator
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final ColorInterpolator
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.ColorInterpolator.setKey
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKey(float[])
.ColorInterpolator.setKey
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named key.ColorInterpolator.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[])
.ColorInterpolator.setKeyValue
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKeyValue(float[])
.ColorInterpolator.setKeyValue
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named keyValue.ColorInterpolator.setKeyValue
(MFColor newValue) Assign typed object value to MFColor keyValue field, similar tosetKeyValue(float[])
.ColorInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ColorInterpolator.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 ColorInterpolator
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ColorInterpolator.setUSE
(ColorInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.Interpolation with parameters of type ColorInterpolatorModifier and TypeMethodDescriptionColorInterpolator.setUSE
(ColorInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.