LayerSetObject |
LayerSetObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
LayerSetObject |
LayerSetObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
LayerSetObject |
LayerSetObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
LayerSetObject |
LayerSetObject.addLayers(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for layers field.
|
LayerSetObject |
LayerSetObject.addLayers(X3DNode newValue) |
Add single child node to existing array of layers nodes (if any).
|
LayerSetObject |
LayerSetObject.addOrder(int newValue) |
Add singleton int value to MFInt32 order field.
|
LayerSetObject |
LayerSetObject.addOrder(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 order field.
|
LayerSetObject |
LayerSetObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
LayerSetObject |
LayerSetObject.clearLayers() |
Utility method to clear MFNode value of layers field.
|
LayerSetObject |
LayerSetObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
LayerSetObject |
LayerSetObject.clearOrder() |
Utility method to clear MFInt32 value of order field.
|
LayerSetObject |
LayerSetObject.setActiveLayer(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named activeLayer.
|
LayerSetObject |
LayerSetObject.setActiveLayer(SFInt32Object newValue) |
|
LayerSetObject |
LayerSetObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
LayerSetObject |
LayerSetObject.setCssClass(SFStringObject newValue) |
|
LayerSetObject |
LayerSetObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
LayerSetObject |
LayerSetObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
LayerSetObject |
LayerSetObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
LayerSetObject |
LayerSetObject.setLayers(java.util.ArrayList<X3DLayerNode> newValue) |
|
LayerSetObject |
LayerSetObject.setLayers(X3DNode[] newValue) |
Accessor method to assign X3DLayerNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field layers.
|
LayerSetObject |
LayerSetObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayerSetObject |
LayerSetObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayerSetObject |
LayerSetObject.setOrder(int[] newValue) |
Accessor method to assign Integer array to initializeOnly MFInt32 field named order.
|
LayerSetObject |
LayerSetObject.setOrder(java.util.ArrayList<java.lang.Integer> newValue) |
|
LayerSetObject |
LayerSetObject.setOrder(MFInt32Object newValue) |
Assign typed object value to MFInt32 order field, similar to setOrder(int[]) .
|
LayerSetObject |
LayerSetObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
LayerSetObject |
LayerSetObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
LayerSetObject |
LayerSetObject.setUSE(LayerSetObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|