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 FogCoordinateObjectIndexedQuadSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectQuadSetObject. FOGCOORD_DEFAULT_VALUESFNode 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 FogCoordinateObjectFogCoordinateObject. addComments(java.lang.String newComment)Add comment as String to contained commentsList.FogCoordinateObjectFogCoordinateObject. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.FogCoordinateObjectFogCoordinateObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to contained commentsList.FogCoordinateObjectFogCoordinateObject. addDepth(float newValue)Add singleton float value to MFFloat depth field.FogCoordinateObjectFogCoordinateObject. addDepth(SFFloatObject newValue)Add singleton SFFloatObject value to MFFloat depth field.FogCoordinateObjectFogCoordinateObject. clearDepth()Utility method to clear MFFloat value of depth field.FogCoordinateObjectFogCoordinateObject. clearIS()Utility method to clear SFNode value of IS field.FogCoordinateObjectFogCoordinateObject. clearMetadata()Utility method to clear SFNode value of metadata field.FogCoordinateObjectFogCoordinateObject. setCssClass(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named class.FogCoordinateObjectFogCoordinateObject. setCssClass(SFStringObject newValue)Assign typed object value to SFString cssClass field, similar tosetCssClass(String).FogCoordinateObjectFogCoordinateObject. setDEF(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named DEF.FogCoordinateObjectFogCoordinateObject. setDEF(SFStringObject newValue)Assign typed object value to SFString DEF field, similar tosetDEF(String).FogCoordinateObjectFogCoordinateObject. setDepth(double[] newArray)Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDepth(float[]).FogCoordinateObjectFogCoordinateObject. setDepth(float[] newValue)Accessor method to assign Float array to inputOutput MFFloat field named depth.FogCoordinateObjectFogCoordinateObject. setDepth(int[] newValue)Assign floating-point array value of MFFloat depth field, similar tosetDepth(float[]).FogCoordinateObjectFogCoordinateObject. setDepth(java.util.ArrayList<java.lang.Float> newValue)Assign ArrayList value of MFFloat depth field, similar tosetDepth(float[]).FogCoordinateObjectFogCoordinateObject. setDepth(MFFloatObject newValue)Assign typed object value to MFFloat depth field, similar tosetDepth(float[]).FogCoordinateObjectFogCoordinateObject. setIS(ISObject newValue)Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.FogCoordinateObjectFogCoordinateObject. setMetadata(ProtoInstanceObject newValue)Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FogCoordinateObjectFogCoordinateObject. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.FogCoordinateObjectFogCoordinateObject. setUSE(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named USE.FogCoordinateObjectFogCoordinateObject. setUSE(FogCoordinateObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).FogCoordinateObjectFogCoordinateObject. 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 FogCoordinateObjectFogCoordinateObject. 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 FogCoordinateObjectElevationGridObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectIndexedFaceSetObject. FOGCOORD_DEFAULT_VALUESFNode 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 FogCoordinateObjectIndexedLineSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectIndexedTriangleFanSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectIndexedTriangleSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectIndexedTriangleStripSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectLineSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectPointSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectTriangleFanSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectTriangleSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static FogCoordinateObjectTriangleStripSetObject. FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).