Uses of Class
org.web3d.x3d.jsail.CubeMapTexturing.GeneratedCubeMapTexture
Packages that use 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
Methods in org.web3d.x3d.jsail.CubeMapTexturing that return GeneratedCubeMapTextureModifier 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 GeneratedCubeMapTextureGeneratedCubeMapTexture.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 toGeneratedCubeMapTexture.setCssClass(String).final GeneratedCubeMapTextureGeneratedCubeMapTexture.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 toGeneratedCubeMapTexture.setCssStyle(String).final GeneratedCubeMapTextureAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toGeneratedCubeMapTexture.setDEF(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 toGeneratedCubeMapTexture.setDescription(String).final GeneratedCubeMapTextureAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toGeneratedCubeMapTexture.setHtmlId(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 toGeneratedCubeMapTexture.setSize(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 toGeneratedCubeMapTexture.setUpdate(String).final GeneratedCubeMapTextureAccessor 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 toGeneratedCubeMapTexture.setUSE(String).Assign typed object value to SFString USE field, similar toGeneratedCubeMapTexture.setUSE(String).Methods in org.web3d.x3d.jsail.CubeMapTexturing with parameters of type GeneratedCubeMapTextureModifier and TypeMethodDescriptionGeneratedCubeMapTexture.setUSE(GeneratedCubeMapTexture DEFnode) Assign a USE reference to another DEF node of same node type, similar toGeneratedCubeMapTexture.setUSE(String).