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