| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| Modifier and Type | Method and Description |
|---|---|
TextureCoordinateObject |
TextureCoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureCoordinateObject |
TextureCoordinateObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
TextureCoordinateObject |
TextureCoordinateObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
TextureCoordinateObject |
TextureCoordinateObject.addPoint(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f point field.
|
TextureCoordinateObject |
TextureCoordinateObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
TextureCoordinateObject |
TextureCoordinateObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
TextureCoordinateObject |
TextureCoordinateObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TextureCoordinateObject |
TextureCoordinateObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
TextureCoordinateObject |
TextureCoordinateObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TextureCoordinateObject |
TextureCoordinateObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
TextureCoordinateObject |
TextureCoordinateObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureCoordinateObject |
TextureCoordinateObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureCoordinateObject |
TextureCoordinateObject.setPoint(float[] newValue)
Assign 2-tuple float array to inputOutput MFVec2f field named point.
|
TextureCoordinateObject |
TextureCoordinateObject.setPoint(MFVec2fObject newValue)
Assign typed object value to MFVec2f point field, similar to
setPoint(float[]). |
TextureCoordinateObject |
TextureCoordinateObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
TextureCoordinateObject |
TextureCoordinateObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
TextureCoordinateObject |
TextureCoordinateObject.setUSE(TextureCoordinateObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
TextureCoordinateObject |
TextureCoordinateObject.setUSE(TextureCoordinateObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.