Uses of Class
org.web3d.x3d.jsail.Shape.AcousticProperties
Package
Description
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 TypeMethodDescriptionAcousticProperties.addComments
(String newComment) Add comment as String to contained commentsList.AcousticProperties.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.AcousticProperties.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.AcousticProperties.clearIS()
Utility method to clear SFNode value of IS field.AcousticProperties.clearMetadata()
Utility method to clear SFNode value of metadata field.AcousticProperties.setAbsorption
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetAbsorption(float)
.AcousticProperties.setAbsorption
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named absorption.AcousticProperties.setAbsorption
(SFFloat newValue) Assign typed object value to SFFloat absorption field, similar tosetAbsorption(float)
.final AcousticProperties
AcousticProperties.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.AcousticProperties.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final AcousticProperties
AcousticProperties.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.AcousticProperties.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final AcousticProperties
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.AcousticProperties.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.AcousticProperties.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.AcousticProperties.setDiffuse
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetDiffuse(float)
.AcousticProperties.setDiffuse
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named diffuse.AcousticProperties.setDiffuse
(SFFloat newValue) Assign typed object value to SFFloat diffuse field, similar tosetDiffuse(float)
.AcousticProperties.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.AcousticProperties.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final AcousticProperties
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.AcousticProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.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
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetRefraction(float)
.AcousticProperties.setRefraction
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named refraction.AcousticProperties.setRefraction
(SFFloat newValue) Assign typed object value to SFFloat refraction field, similar tosetRefraction(float)
.AcousticProperties.setSpecular
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpecular(float)
.AcousticProperties.setSpecular
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named specular.AcousticProperties.setSpecular
(SFFloat newValue) Assign typed object value to SFFloat specular field, similar tosetSpecular(float)
.final AcousticProperties
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.AcousticProperties.setUSE
(AcousticProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAcousticProperties.setUSE
(AcousticProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.