Uses of Class
org.web3d.x3d.jsail.Shape.AcousticProperties
Packages that use 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
Methods in org.web3d.x3d.jsail.Shape that return AcousticPropertiesModifier 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 toAcousticProperties.setAbsorption(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 toAcousticProperties.setAbsorption(float).final AcousticPropertiesAcousticProperties.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 toAcousticProperties.setCssClass(String).final AcousticPropertiesAcousticProperties.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 toAcousticProperties.setCssStyle(String).final AcousticPropertiesAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toAcousticProperties.setDEF(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 toAcousticProperties.setDescription(String).AcousticProperties.setDiffuse(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toAcousticProperties.setDiffuse(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 toAcousticProperties.setDiffuse(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 toAcousticProperties.setEnabled(boolean).final AcousticPropertiesAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toAcousticProperties.setHtmlId(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 toAcousticProperties.setRefraction(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 toAcousticProperties.setRefraction(float).AcousticProperties.setSpecular(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toAcousticProperties.setSpecular(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 toAcousticProperties.setSpecular(float).final AcousticPropertiesAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toAcousticProperties.setUSE(String).AcousticProperties.setUSE(AcousticProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar toAcousticProperties.setUSE(String).Methods in org.web3d.x3d.jsail.Shape with parameters of type AcousticPropertiesModifier and TypeMethodDescriptionAcousticProperties.setUSE(AcousticProperties DEFnode) Assign a USE reference to another DEF node of same node type, similar toAcousticProperties.setUSE(String).