ComposedTexture3DObject |
ComposedTexture3DObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
ComposedTexture3DObject |
ComposedTexture3DObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
ComposedTexture3DObject |
ComposedTexture3DObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
ComposedTexture3DObject |
ComposedTexture3DObject.addTexture(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for texture field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.addTexture(X3DNode newValue) |
Add single child node to existing array of texture nodes (if any).
|
ComposedTexture3DObject |
ComposedTexture3DObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.clearTexture() |
Utility method to clear MFNode value of texture field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.clearTextureProperties() |
Utility method to clear SFNode value of textureProperties field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setCssClass(SFStringObject newValue) |
|
ComposedTexture3DObject |
ComposedTexture3DObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
ComposedTexture3DObject |
ComposedTexture3DObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatR(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatR(SFBoolObject newValue) |
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatS(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatS(SFBoolObject newValue) |
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatT(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatT(SFBoolObject newValue) |
|
ComposedTexture3DObject |
ComposedTexture3DObject.setTexture(java.util.ArrayList<X3DTexture2DNode> newValue) |
|
ComposedTexture3DObject |
ComposedTexture3DObject.setTexture(X3DNode[] newValue) |
Accessor method to assign X3DTexture2DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field texture.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setTextureProperties(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setTextureProperties(TextureProperties newValue) |
Accessor method to assign TexturePropertiesObject instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
ComposedTexture3DObject |
ComposedTexture3DObject.setUSE(ComposedTexture3DObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|