AnchorObject |
AnchorObject.addChild(X3DChildNode newValue) |
Utility method to add single child element to contained list of existing children nodes (if any).
|
AnchorObject |
AnchorObject.addChildren(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.
|
AnchorObject |
AnchorObject.addComments(java.lang.String newComment) |
Add comment as CommentsBlock to children field
|
AnchorObject |
AnchorObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to children field
|
AnchorObject |
AnchorObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to children field
|
AnchorObject |
AnchorObject.addParameter(java.lang.String newValue) |
Add singleton String value to MFString parameter field.
|
AnchorObject |
AnchorObject.addParameter(SFStringObject newValue) |
Add singleton SFStringObject value to MFString parameter field.
|
AnchorObject |
AnchorObject.addUrl(java.lang.String newValue) |
Add singleton String value to MFString url field.
|
AnchorObject |
AnchorObject.addUrl(SFStringObject newValue) |
Add singleton SFStringObject value to MFString url field.
|
AnchorObject |
AnchorObject.clearChildren() |
Utility method to clear MFNode value of children field.
|
AnchorObject |
AnchorObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
AnchorObject |
AnchorObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
AnchorObject |
AnchorObject.clearParameter() |
Utility method to clear MFString value of parameter field.
|
AnchorObject |
AnchorObject.clearUrl() |
Utility method to clear MFString value of url field.
|
AnchorObject |
AnchorObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
AnchorObject |
AnchorObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
AnchorObject |
AnchorObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
AnchorObject |
AnchorObject.setBboxCenter(float x,
float y,
float z) |
|
AnchorObject |
AnchorObject.setBboxCenter(SFVec3fObject newValue) |
|
AnchorObject |
AnchorObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
AnchorObject |
AnchorObject.setBboxDisplay(SFBoolObject newValue) |
|
AnchorObject |
AnchorObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
AnchorObject |
AnchorObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
AnchorObject |
AnchorObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
AnchorObject |
AnchorObject.setBboxSize(float x,
float y,
float z) |
|
AnchorObject |
AnchorObject.setBboxSize(SFVec3fObject newValue) |
|
AnchorObject |
AnchorObject.setChildren(java.util.ArrayList<X3DChildNode> newValue) |
|
AnchorObject |
AnchorObject.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
AnchorObject |
AnchorObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
AnchorObject |
AnchorObject.setCssClass(SFStringObject newValue) |
|
AnchorObject |
AnchorObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
AnchorObject |
AnchorObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
AnchorObject |
AnchorObject.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
AnchorObject |
AnchorObject.setDescription(SFStringObject newValue) |
|
AnchorObject |
AnchorObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
AnchorObject |
AnchorObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
AnchorObject |
AnchorObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
AnchorObject |
AnchorObject.setParameter(java.lang.String newValue) |
|
AnchorObject |
AnchorObject.setParameter(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named parameter.
|
AnchorObject |
AnchorObject.setParameter(java.util.ArrayList<java.lang.String> newValue) |
|
AnchorObject |
AnchorObject.setParameter(MFStringObject newValue) |
|
AnchorObject |
AnchorObject.setParameter(SFStringObject newValue) |
|
AnchorObject |
AnchorObject.setUrl(java.lang.String newValue) |
Assign singleton String value to MFString url field, similar to setUrl(String[]) .
|
AnchorObject |
AnchorObject.setUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named url.
|
AnchorObject |
AnchorObject.setUrl(java.util.ArrayList<java.lang.String> newValue) |
|
AnchorObject |
AnchorObject.setUrl(MFStringObject newValue) |
|
AnchorObject |
AnchorObject.setUrl(SFStringObject newValue) |
Assign single SFString object value to MFString url field, similar to setUrl(String[]) .
|
AnchorObject |
AnchorObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
AnchorObject |
AnchorObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
AnchorObject |
AnchorObject.setUSE(AnchorObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
AnchorObject |
AnchorObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
AnchorObject |
AnchorObject.setVisible(SFBoolObject newValue) |
|