Uses of Class
org.web3d.x3d.jsail.EnvironmentalEffects.FogCoordinateObject
Package | Description |
---|---|
org.web3d.x3d.jsail.CADGeometry | |
org.web3d.x3d.jsail.EnvironmentalEffects | |
org.web3d.x3d.jsail.Geometry3D | |
org.web3d.x3d.jsail.Rendering |
-
Uses of FogCoordinateObject in org.web3d.x3d.jsail.CADGeometry
Fields in org.web3d.x3d.jsail.CADGeometry declared as FogCoordinateObject Modifier and Type Field Description static FogCoordinateObject
IndexedQuadSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
QuadSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax). -
Uses of FogCoordinateObject in org.web3d.x3d.jsail.EnvironmentalEffects
Methods in org.web3d.x3d.jsail.EnvironmentalEffects that return FogCoordinateObject Modifier and Type Method Description FogCoordinateObject
FogCoordinateObject. addComments(java.lang.String newComment)
Add comment as String to contained commentsList.FogCoordinateObject
FogCoordinateObject. addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.FogCoordinateObject
FogCoordinateObject. addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.FogCoordinateObject
FogCoordinateObject. addDepth(float newValue)
Add singleton float value to MFFloat depth field.FogCoordinateObject
FogCoordinateObject. addDepth(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat depth field.FogCoordinateObject
FogCoordinateObject. clearDepth()
Utility method to clear MFFloat value of depth field.FogCoordinateObject
FogCoordinateObject. clearIS()
Utility method to clear SFNode value of IS field.FogCoordinateObject
FogCoordinateObject. clearMetadata()
Utility method to clear SFNode value of metadata field.FogCoordinateObject
FogCoordinateObject. setCssClass(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named class.FogCoordinateObject
FogCoordinateObject. setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.FogCoordinateObject
FogCoordinateObject. setDEF(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named DEF.FogCoordinateObject
FogCoordinateObject. setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar tosetDEF(String)
.FogCoordinateObject
FogCoordinateObject. setDepth(double[] newArray)
Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDepth(float[])
.FogCoordinateObject
FogCoordinateObject. setDepth(float[] newValue)
Accessor method to assign Float array to inputOutput MFFloat field named depth.FogCoordinateObject
FogCoordinateObject. setDepth(int[] newValue)
Assign floating-point array value of MFFloat depth field, similar tosetDepth(float[])
.FogCoordinateObject
FogCoordinateObject. setDepth(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat depth field, similar tosetDepth(float[])
.FogCoordinateObject
FogCoordinateObject. setDepth(MFFloatObject newValue)
Assign typed object value to MFFloat depth field, similar tosetDepth(float[])
.FogCoordinateObject
FogCoordinateObject. setIS(ISObject newValue)
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.FogCoordinateObject
FogCoordinateObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FogCoordinateObject
FogCoordinateObject. setMetadata(X3DMetadataObject newValue)
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.FogCoordinateObject
FogCoordinateObject. setUSE(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named USE.FogCoordinateObject
FogCoordinateObject. setUSE(FogCoordinateObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.FogCoordinateObject
FogCoordinateObject. setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type FogCoordinateObject Modifier and Type Method Description FogCoordinateObject
FogCoordinateObject. setUSE(FogCoordinateObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
. -
Uses of FogCoordinateObject in org.web3d.x3d.jsail.Geometry3D
Fields in org.web3d.x3d.jsail.Geometry3D declared as FogCoordinateObject Modifier and Type Field Description static FogCoordinateObject
ElevationGridObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
IndexedFaceSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax). -
Uses of FogCoordinateObject in org.web3d.x3d.jsail.Rendering
Fields in org.web3d.x3d.jsail.Rendering declared as FogCoordinateObject Modifier and Type Field Description static FogCoordinateObject
IndexedLineSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
IndexedTriangleFanSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
IndexedTriangleSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
IndexedTriangleStripSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
LineSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
PointSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
TriangleFanSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
TriangleSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObject
TriangleStripSetObject. FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).