Package org.web3d.x3d.sai.core
Interface MetadataDouble
- All Superinterfaces:
X3DMetadataObject
,X3DNode
- All Known Implementing Classes:
SAIMetadataDouble
,SAIMetadataDouble
Defines the requirements of an X3D MetadataDouble node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Methods inherited from interface org.web3d.x3d.sai.X3DMetadataObject
getName, getReference, setName, setReference
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumValue
int getNumValue()Return the number of MFDouble items in the value field.- Returns:
- the number of MFDouble items in the value field.
-
getValue
void getValue(double[] val) Return the value value in the argument double[]- Parameters:
val
- The double[] to initialize.
-
setValue
void setValue(double[] val) Set the value field.- Parameters:
val
- The double[] to set.
-