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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
AppearanceObject |
AppearanceObject.addShaders(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for shaders field.
|
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.clearIS() |
Utility method to clear SFNode value of IS 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.clearPointProperties() |
Utility method to clear SFNode value of pointProperties 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(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
AppearanceObject |
AppearanceObject.setCssClass(SFStringObject newValue) |
|
AppearanceObject |
AppearanceObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
AppearanceObject |
AppearanceObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
AppearanceObject |
AppearanceObject.setFillProperties(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fillProperties.
|
AppearanceObject |
AppearanceObject.setFillProperties(FillProperties newValue) |
Accessor method to assign FillPropertiesObject instance (using a properly typed node) to inputOutput SFNode field fillProperties.
|
AppearanceObject |
AppearanceObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
AppearanceObject |
AppearanceObject.setLineProperties(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field lineProperties.
|
AppearanceObject |
AppearanceObject.setLineProperties(LineProperties newValue) |
Accessor method to assign LinePropertiesObject instance (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) |
Accessor method to 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) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
AppearanceObject |
AppearanceObject.setPointProperties(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pointProperties.
|
AppearanceObject |
AppearanceObject.setPointProperties(PointProperties newValue) |
Accessor method to assign PointPropertiesObject instance (using a properly typed node) to inputOutput SFNode field pointProperties.
|
AppearanceObject |
AppearanceObject.setShaders(java.util.ArrayList<X3DShaderNode> newValue) |
|
AppearanceObject |
AppearanceObject.setShaders(X3DNode[] newValue) |
Accessor method to 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) |
Accessor method to 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) |
Accessor method to assign X3DTextureTransformNode instance (using a properly typed node) to inputOutput SFNode field textureTransform.
|
AppearanceObject |
AppearanceObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
AppearanceObject |
AppearanceObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
AppearanceObject |
AppearanceObject.setUSE(AppearanceObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|