Uses of Class
org.web3d.x3d.jsail.EnvironmentalEffects.LocalFog
Package
Description
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
-
Uses of LocalFog in org.web3d.x3d.jsail.EnvironmentalEffects
Modifier and TypeMethodDescriptionLocalFog.addComments
(String newComment) Add comment as String to contained commentsList.LocalFog.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.LocalFog.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.LocalFog.clearIS()
Utility method to clear SFNode value of IS field.LocalFog.clearMetadata()
Utility method to clear SFNode value of metadata field.LocalFog.setColor
(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetColor(float[])
.LocalFog.setColor
(double red, double green, double blue) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetColor(float[])
.LocalFog.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.LocalFog.setColor
(float red, float green, float blue) Assign values to SFColor color field, similar tosetColor(float[])
.Assign typed object value to SFColor color field, similar tosetColor(float[])
.final LocalFog
LocalFog.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.LocalFog.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final LocalFog
LocalFog.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.LocalFog.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final LocalFog
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.LocalFog.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.LocalFog.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.LocalFog.setFogType
(String newValue) Accessor method to assign String enumeration value ("LINEAR" | "EXPONENTIAL") to inputOutput SFString field named fogType.LocalFog.setFogType
(SFString newValue) Assign typed object value to SFString fogType field, similar tosetFogType(String)
.final LocalFog
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.LocalFog.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LocalFog.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final LocalFog
Accessor method to assign String value to inputOutput SFString field named USE.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.LocalFog.setVisibilityRange
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetVisibilityRange(float)
.LocalFog.setVisibilityRange
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named visibilityRange.LocalFog.setVisibilityRange
(SFFloat newValue) Assign typed object value to SFFloat visibilityRange field, similar tosetVisibilityRange(float)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.