| 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 |
|---|---|
MultiTextureTransformObject |
MultiTextureTransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
MultiTextureTransformObject |
MultiTextureTransformObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
MultiTextureTransformObject |
MultiTextureTransformObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
MultiTextureTransformObject |
MultiTextureTransformObject.addTextureTransform(X3DNode newValue)
Add single child node to existing array of textureTransform nodes (if any).
|
MultiTextureTransformObject |
MultiTextureTransformObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
MultiTextureTransformObject |
MultiTextureTransformObject.clearTextureTransform()
Utility method to clear MFNode value of textureTransform field.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
MultiTextureTransformObject |
MultiTextureTransformObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
MultiTextureTransformObject |
MultiTextureTransformObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setTextureTransform(java.util.ArrayList<X3DTextureTransformNode> newValue)
Assign ArrayList value of MFNode textureTransform field, similar to
setTextureTransform(X3DNode[]). |
MultiTextureTransformObject |
MultiTextureTransformObject.setTextureTransform(X3DConcreteNode newValue)
Utility method to set single SFNode as MultiTextureTransformObject textureTransform.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setTextureTransform(X3DNode[] newValue)
Assign X3DTextureTransformNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field textureTransform.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setUSE(MultiTextureTransformObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
MultiTextureTransformObject |
MultiTextureTransformObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
MultiTextureTransformObject |
MultiTextureTransformObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
MultiTextureTransformObject |
MultiTextureTransformObject.setUSE(MultiTextureTransformObject 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.