Uses of Class
org.web3d.x3d.jsail.Texturing3D.ComposedTexture3D
Packages that use ComposedTexture3D
Package
Description
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of ComposedTexture3D in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D that return ComposedTexture3DModifier and TypeMethodDescriptionComposedTexture3D.addComments(String newComment) Add comment as String to contained commentsList.ComposedTexture3D.addComments(String[] newComments) Add comments as String[] array to contained commentsList.ComposedTexture3D.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ComposedTexture3D.addTexture(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for texture field.ComposedTexture3D.addTexture(X3DNode newValue) Add single child node to existing array of texture nodes (if any).ComposedTexture3D.clearIS()Utility method to clear SFNode value of IS field.ComposedTexture3D.clearMetadata()Utility method to clear SFNode value of metadata field.ComposedTexture3D.clearTexture()Utility method to clear MFNode value of texture field.ComposedTexture3D.clearTextureProperties()Utility method to clear SFNode value of textureProperties field.final ComposedTexture3DComposedTexture3D.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ComposedTexture3D.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toComposedTexture3D.setCssClass(String).final ComposedTexture3DComposedTexture3D.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ComposedTexture3D.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toComposedTexture3D.setCssStyle(String).final ComposedTexture3DAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toComposedTexture3D.setDEF(String).ComposedTexture3D.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ComposedTexture3D.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toComposedTexture3D.setDescription(String).final ComposedTexture3DAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toComposedTexture3D.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.ComposedTexture3D.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedTexture3D.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ComposedTexture3D.setRepeatR(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.ComposedTexture3D.setRepeatR(SFBool newValue) Assign typed object value to SFBool repeatR field, similar toComposedTexture3D.setRepeatR(boolean).ComposedTexture3D.setRepeatS(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ComposedTexture3D.setRepeatS(SFBool newValue) Assign typed object value to SFBool repeatS field, similar toComposedTexture3D.setRepeatS(boolean).ComposedTexture3D.setRepeatT(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ComposedTexture3D.setRepeatT(SFBool newValue) Assign typed object value to SFBool repeatT field, similar toComposedTexture3D.setRepeatT(boolean).ComposedTexture3D.setTexture(ArrayList<X3DTexture2DNode> newValue) Assign ArrayList value of MFNode texture field, similar toComposedTexture3D.setTexture(org.web3d.x3d.sai.Core.X3DNode[]).ComposedTexture3D.setTexture(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field texture.ComposedTexture3D.setTextureProperties(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ComposedTexture3D.setTextureProperties(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.final ComposedTexture3DAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toComposedTexture3D.setUSE(String).ComposedTexture3D.setUSE(ComposedTexture3D DEFnode) Assign a USE reference to another DEF node of same node type, similar toComposedTexture3D.setUSE(String).Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type ComposedTexture3DModifier and TypeMethodDescriptionComposedTexture3D.setUSE(ComposedTexture3D DEFnode) Assign a USE reference to another DEF node of same node type, similar toComposedTexture3D.setUSE(String).