Uses of Class
org.web3d.x3d.jsail.Texturing.TextureCoordinate
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of TextureCoordinate in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionTextureCoordinate.addComments
(String newComment) Add comment as String to contained commentsList.TextureCoordinate.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TextureCoordinate.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton SFVec2f value to MFVec2f point field.TextureCoordinate.clearIS()
Utility method to clear SFNode value of IS field.TextureCoordinate.clearMetadata()
Utility method to clear SFNode value of metadata field.final TextureCoordinate
TextureCoordinate.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TextureCoordinate.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TextureCoordinate
TextureCoordinate.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TextureCoordinate.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TextureCoordinate
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final TextureCoordinate
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.TextureCoordinate.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureCoordinate.setMapping
(SFString newValue) Assign typed object value to SFString mapping field, similar tosetMapping(String)
.TextureCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate.setPoint
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPoint(float[])
.TextureCoordinate.setPoint
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named point.Assign typed object value to MFVec2f point field, similar tosetPoint(float[])
.final TextureCoordinate
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TextureCoordinate.setUSE
(TextureCoordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTextureCoordinate.setUSE
(TextureCoordinate DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.