Uses of Interface
org.web3d.x3d.sai.Shape.AcousticProperties
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of AcousticProperties in org.web3d.x3d.jsail.Shape
Modifier and TypeClassDescriptionclass
AcousticProperties specifies the interaction of sound waves with characteristics of geometric objects in the scene.Modifier and TypeFieldDescriptionstatic final AcousticProperties
Appearance.ACOUSTICPROPERTIES_DEFAULT_VALUE
SFNode field named acousticProperties has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionAppearance.getAcousticProperties()
Provide org.web3d.x3d.sai.Shape.AcousticProperties instance (using a properly typed node) from inputOutput SFNode field acousticProperties.Modifier and TypeMethodDescriptionAppearance.setAcousticProperties
(AcousticProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.AcousticProperties instance (using a properly typed node) to inputOutput SFNode field acousticProperties. -
Uses of AcousticProperties in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionAppearance.getAcousticProperties()
Provide org.web3d.x3d.sai.Shape.AcousticProperties instance (using a properly typed node) from inputOutput SFNode field acousticProperties.AcousticProperties.setAbsorption
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named absorption.AcousticProperties.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.AcousticProperties.setDiffuse
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named diffuse.AcousticProperties.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.AcousticProperties.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.AcousticProperties.setRefraction
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named refraction.AcousticProperties.setSpecular
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named specular.Modifier and TypeMethodDescriptionAppearance.setAcousticProperties
(AcousticProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.AcousticProperties instance (using a properly typed node) to inputOutput SFNode field acousticProperties.