Uses of Class
org.web3d.x3d.jsail.Core.MetadataDouble
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
-
Uses of MetadataDouble in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionMetadataDouble.addComments
(String newComment) Add comment as String to contained commentsList.MetadataDouble.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.MetadataDouble.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.MetadataDouble.addValue
(double newValue) Add singleton double value to MFDouble value field.Add singleton SFDouble value to MFDouble value field.MetadataDouble.clearIS()
Utility method to clear SFNode value of IS field.MetadataDouble.clearMetadata()
Utility method to clear SFNode value of metadata field.MetadataDouble.clearValue()
Utility method to clear MFDouble value field.final MetadataDouble
MetadataDouble.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.MetadataDouble.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final MetadataDouble
MetadataDouble.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.MetadataDouble.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final MetadataDouble
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final MetadataDouble
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.MetadataDouble.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataDouble.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 MetadataDouble
Accessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.MetadataDouble.setReference
(String newValue) Accessor method to assign String value to inputOutput SFString field named reference.MetadataDouble.setReference
(SFString newValue) Assign typed object value to SFString reference field, similar tosetReference(String)
.final MetadataDouble
Accessor method to assign String value to inputOutput SFString field named USE.MetadataDouble.setUSE
(MetadataDouble DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.MetadataDouble.setValue
(double[] newValue) Accessor method to assign Double array to inputOutput MFDouble field named value.MetadataDouble.setValue
(int[] newValue) Assign floating-point array MFDouble value field, similar tosetValue(double[])
.Assign ArrayList MFDouble value field, similar tosetValue(double[])
.Assign typed object MFDouble value field, similar tosetValue(double[])
.Modifier and TypeMethodDescriptionMetadataDouble.setUSE
(MetadataDouble DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.