Uses of Class
org.web3d.x3d.jsail.Texturing.MultiTextureCoordinate
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of MultiTextureCoordinate in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionMultiTextureCoordinate.addComments
(String newComment) Add comment as String to contained commentsList.MultiTextureCoordinate.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.MultiTextureCoordinate.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.MultiTextureCoordinate.addTexCoord
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for texCoord field.MultiTextureCoordinate.addTexCoord
(X3DNode newValue) Add single child node to existing array of texCoord nodes (if any).MultiTextureCoordinate.clearIS()
Utility method to clear SFNode value of IS field.MultiTextureCoordinate.clearMetadata()
Utility method to clear SFNode value of metadata field.MultiTextureCoordinate.clearTexCoord()
Utility method to clear MFNode value of texCoord field.final MultiTextureCoordinate
MultiTextureCoordinate.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.MultiTextureCoordinate.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final MultiTextureCoordinate
MultiTextureCoordinate.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.MultiTextureCoordinate.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final MultiTextureCoordinate
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final MultiTextureCoordinate
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.MultiTextureCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureCoordinate.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureCoordinate.setTexCoord
(ArrayList<X3DSingleTextureCoordinateNode> newValue) Assign ArrayList value of MFNode texCoord field, similar tosetTexCoord(org.web3d.x3d.sai.Core.X3DNode[])
.MultiTextureCoordinate.setTexCoord
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field texCoord.final MultiTextureCoordinate
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.MultiTextureCoordinate.setUSE
(MultiTextureCoordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionMultiTextureCoordinate.setUSE
(MultiTextureCoordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.