| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
AppearanceObject |
AppearanceObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
AppearanceObject |
AppearanceObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
AppearanceObject |
AppearanceObject.addShaders(X3DNode newValue)
Add single child node to existing array of shaders nodes (if any).
|
AppearanceObject |
AppearanceObject.clearFillProperties()
Utility method to clear SFNode value of fillProperties field.
|
AppearanceObject |
AppearanceObject.clearLineProperties()
Utility method to clear SFNode value of lineProperties field.
|
AppearanceObject |
AppearanceObject.clearMaterial()
Utility method to clear SFNode value of material field.
|
AppearanceObject |
AppearanceObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
AppearanceObject |
AppearanceObject.clearShaders()
Utility method to clear MFNode value of shaders field.
|
AppearanceObject |
AppearanceObject.clearTexture()
Utility method to clear SFNode value of texture field.
|
AppearanceObject |
AppearanceObject.clearTextureTransform()
Utility method to clear SFNode value of textureTransform field.
|
AppearanceObject |
AppearanceObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
AppearanceObject |
AppearanceObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
AppearanceObject |
AppearanceObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
AppearanceObject |
AppearanceObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
AppearanceObject |
AppearanceObject.setFillProperties(FillProperties newValue)
Assign FillProperties instance (using a properly typed node) to inputOutput SFNode field fillProperties.
|
AppearanceObject |
AppearanceObject.setFillProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fillProperties.
|
AppearanceObject |
AppearanceObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
AppearanceObject |
AppearanceObject.setLineProperties(LineProperties newValue)
Assign LineProperties instance (using a properly typed node) to inputOutput SFNode field lineProperties.
|
AppearanceObject |
AppearanceObject.setLineProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field lineProperties.
|
AppearanceObject |
AppearanceObject.setMaterial(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field material.
|
AppearanceObject |
AppearanceObject.setMaterial(X3DMaterialNode newValue)
Assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.
|
AppearanceObject |
AppearanceObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
AppearanceObject |
AppearanceObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
AppearanceObject |
AppearanceObject.setShaders(java.util.ArrayList<X3DShaderNode> newValue)
Assign ArrayList value of MFNode shaders field, similar to
setShaders(X3DNode[]). |
AppearanceObject |
AppearanceObject.setShaders(X3DConcreteNode newValue)
Utility method to set single SFNode as AppearanceObject shaders.
|
AppearanceObject |
AppearanceObject.setShaders(X3DNode[] newValue)
Assign X3DShaderNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field shaders.
|
AppearanceObject |
AppearanceObject.setTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texture.
|
AppearanceObject |
AppearanceObject.setTexture(X3DTextureNode newValue)
Assign X3DTextureNode instance (using a properly typed node) to inputOutput SFNode field texture.
|
AppearanceObject |
AppearanceObject.setTextureTransform(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field textureTransform.
|
AppearanceObject |
AppearanceObject.setTextureTransform(X3DTextureTransformNode newValue)
Assign X3DTextureTransformNode instance (using a properly typed node) to inputOutput SFNode field textureTransform.
|
AppearanceObject |
AppearanceObject.setUSE(AppearanceObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
AppearanceObject |
AppearanceObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
AppearanceObject |
AppearanceObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.setUSE(AppearanceObject 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.