Uses of Interface
org.web3d.x3d.sai.Core.MetadataDouble
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.sai.Core |
-
Uses of MetadataDouble in org.web3d.x3d.jsail.Core
Classes in org.web3d.x3d.jsail.Core that implement MetadataDouble Modifier and Type Class Description classMetadataDoubleObjectThe metadata provided by this node is contained in the double-precision floating point numbers of the value field. -
Uses of MetadataDouble in org.web3d.x3d.sai.Core
Methods in org.web3d.x3d.sai.Core that return MetadataDouble Modifier and Type Method Description MetadataDoubleMetadataDouble. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.MetadataDoubleMetadataDouble. setName(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named name.MetadataDoubleMetadataDouble. setReference(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named reference.MetadataDoubleMetadataDouble. setValue(double[] newValue)Accessor method to assign double array to inputOutput MFDouble field named value.