Uses of Class
org.web3d.x3d.jsail.Texturing3D.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
Modifier 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 ComposedTexture3D
ComposedTexture3D.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 tosetCssClass(String)
.final ComposedTexture3D
ComposedTexture3D.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 tosetCssStyle(String)
.final ComposedTexture3D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(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 tosetDescription(String)
.final ComposedTexture3D
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.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 tosetRepeatR(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 tosetRepeatS(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 tosetRepeatT(boolean)
.ComposedTexture3D.setTexture
(ArrayList<X3DTexture2DNode> newValue) Assign ArrayList value of MFNode texture field, similar tosetTexture(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 ComposedTexture3D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ComposedTexture3D.setUSE
(ComposedTexture3D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionComposedTexture3D.setUSE
(ComposedTexture3D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.