| 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 |
|---|---|
InlineObject |
InlineObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
InlineObject |
InlineObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
InlineObject |
InlineObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
InlineObject |
InlineObject.addUrl(SFStringObject newValue)
Add singleton SFStringObject value to MFString url field.
|
InlineObject |
InlineObject.addUrl(java.lang.String newValue)
Add singleton String value to MFString url field.
|
InlineObject |
InlineObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
InlineObject |
InlineObject.clearUrl()
Utility method to clear MFString value of url field.
|
InlineObject |
InlineObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
InlineObject |
InlineObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
InlineObject |
InlineObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
InlineObject |
InlineObject.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.
|
InlineObject |
InlineObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
InlineObject |
InlineObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
InlineObject |
InlineObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
InlineObject |
InlineObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
InlineObject |
InlineObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
InlineObject |
InlineObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
InlineObject |
InlineObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
InlineObject |
InlineObject.setLoad(boolean newValue)
Assign boolean value to inputOutput SFBool field named load.
|
InlineObject |
InlineObject.setLoad(SFBoolObject newValue)
Assign typed object value to SFBool load field, similar to
setLoad(boolean). |
InlineObject |
InlineObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
InlineObject |
InlineObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
InlineObject |
InlineObject.setUrl(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString url field, similar to
setUrl(String[]). |
InlineObject |
InlineObject.setUrl(MFStringObject newValue)
Assign typed object value to MFString url field, similar to
setUrl(String[]). |
InlineObject |
InlineObject.setUrl(SFStringObject newValue)
Assign single SFString object value to MFString url field, similar to
setUrl(String[]). |
InlineObject |
InlineObject.setUrl(java.lang.String newValue)
Assign singleton String value to MFString url field, similar to
setUrl(String[]). |
InlineObject |
InlineObject.setUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named url.
|
InlineObject |
InlineObject.setUSE(InlineObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
InlineObject |
InlineObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
InlineObject |
InlineObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
InlineObject |
InlineObject.setUSE(InlineObject 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.