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