Uses of Class
org.web3d.x3d.jsail.CubeMapTexturing.GeneratedCubeMapTexture
Package
Description
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
-
Uses of GeneratedCubeMapTexture in org.web3d.x3d.jsail.CubeMapTexturing
Modifier and TypeMethodDescriptionGeneratedCubeMapTexture.addComments
(String newComment) Add comment as String to contained commentsList.GeneratedCubeMapTexture.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.GeneratedCubeMapTexture.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.GeneratedCubeMapTexture.clearIS()
Utility method to clear SFNode value of IS field.GeneratedCubeMapTexture.clearMetadata()
Utility method to clear SFNode value of metadata field.GeneratedCubeMapTexture.clearTextureProperties()
Utility method to clear SFNode value of textureProperties field.final GeneratedCubeMapTexture
GeneratedCubeMapTexture.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.GeneratedCubeMapTexture.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final GeneratedCubeMapTexture
GeneratedCubeMapTexture.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.GeneratedCubeMapTexture.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final GeneratedCubeMapTexture
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.GeneratedCubeMapTexture.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.GeneratedCubeMapTexture.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.final GeneratedCubeMapTexture
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.GeneratedCubeMapTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeneratedCubeMapTexture.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeneratedCubeMapTexture.setSize
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named size.Assign typed object value to SFInt32 size field, similar tosetSize(int)
.GeneratedCubeMapTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.GeneratedCubeMapTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.Accessor method to assign String enumeration value ("NONE" | "NEXT_FRAME_ONLY" | "ALWAYS") to inputOutput SFString field named update.Assign typed object value to SFString update field, similar tosetUpdate(String)
.final GeneratedCubeMapTexture
Accessor method to assign String value to inputOutput SFString field named USE.GeneratedCubeMapTexture.setUSE
(GeneratedCubeMapTexture DEFnode) 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)
.Modifier and TypeMethodDescriptionGeneratedCubeMapTexture.setUSE
(GeneratedCubeMapTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.