| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Networking |
The Networking component defines node types and other features used to access file-based
and streaming resources on the World Wide Web.
|
| Modifier and Type | Method and Description |
|---|---|
AnchorObject |
AnchorObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
AnchorObject |
AnchorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to 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.addParameter(SFStringObject newValue)
Add singleton SFStringObject value to MFString parameter field.
|
AnchorObject |
AnchorObject.addParameter(java.lang.String newValue)
Add singleton String value to MFString parameter field.
|
AnchorObject |
AnchorObject.addUrl(SFStringObject newValue)
Add singleton SFStringObject value to MFString url field.
|
AnchorObject |
AnchorObject.addUrl(java.lang.String newValue)
Add singleton String value to MFString url field.
|
AnchorObject |
AnchorObject.clearChildren()
Utility method to clear MFNode value of children 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(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
AnchorObject |
AnchorObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
AnchorObject |
AnchorObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
AnchorObject |
AnchorObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
AnchorObject |
AnchorObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
AnchorObject |
AnchorObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
AnchorObject |
AnchorObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
AnchorObject |
AnchorObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
AnchorObject |
AnchorObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
AnchorObject |
AnchorObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
AnchorObject |
AnchorObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
AnchorObject |
AnchorObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
AnchorObject |
AnchorObject.setDescription(SFStringObject newValue)
Assign typed object value to SFString description field, similar to
setDescription(String). |
AnchorObject |
AnchorObject.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
AnchorObject |
AnchorObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
AnchorObject |
AnchorObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
AnchorObject |
AnchorObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
AnchorObject |
AnchorObject.setParameter(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString parameter field, similar to
setParameter(String[]). |
AnchorObject |
AnchorObject.setParameter(MFStringObject newValue)
Assign typed object value to MFString parameter field, similar to
setParameter(String[]). |
AnchorObject |
AnchorObject.setParameter(SFStringObject newValue)
Assign single SFString object value to MFString parameter field, similar to
setParameter(String[]). |
AnchorObject |
AnchorObject.setParameter(java.lang.String newValue)
Assign singleton String value to MFString parameter field, similar to
setParameter(String[]). |
AnchorObject |
AnchorObject.setParameter(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named parameter.
|
AnchorObject |
AnchorObject.setUrl(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString url field, similar to
setUrl(String[]). |
AnchorObject |
AnchorObject.setUrl(MFStringObject newValue)
Assign typed object value to MFString url field, similar to
setUrl(String[]). |
AnchorObject |
AnchorObject.setUrl(SFStringObject newValue)
Assign single SFString object value to MFString url field, similar to
setUrl(String[]). |
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)
Assign String array to inputOutput MFString field named url.
|
AnchorObject |
AnchorObject.setUSE(AnchorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
AnchorObject |
AnchorObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
AnchorObject |
AnchorObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
AnchorObject |
AnchorObject.setUSE(AnchorObject 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.