| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core |
The Core component supplies the base functionality for the X3D run-time system, including
the abstract base node type, field types, the event model, and routing.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoDeclareObject |
ProtoDeclareObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ProtoDeclareObject |
ProtoDeclareObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ProtoDeclareObject |
ProtoDeclareObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ProtoDeclareObject |
ProtoDeclareObject.clearProtoBody()
Utility method to clear SFNode value of ProtoBody field.
|
ProtoDeclareObject |
ProtoDeclareObject.clearProtoInterface()
Utility method to clear SFNode value of ProtoInterface field.
|
ProtoDeclareObject |
ProtoInstanceObject.getProtoDeclare()
Provide corresponding ProtoDeclare with same name if connected in this scene graph.
|
ProtoDeclareObject |
ProtoDeclareObject.setAppinfo(SFStringObject newValue)
Assign typed object value to SFString appinfo field, similar to
setAppinfo(String). |
ProtoDeclareObject |
ProtoDeclareObject.setAppinfo(java.lang.String newValue)
Assign String value to inputOutput SFString field named appinfo.
|
ProtoDeclareObject |
ProtoDeclareObject.setCssClass(java.lang.String newValue)
Deprecated.
|
ProtoDeclareObject |
ProtoDeclareObject.setDEF(java.lang.String newValue)
Deprecated.
|
ProtoDeclareObject |
ProtoDeclareObject.setDocumentation(SFStringObject newValue)
Assign typed object value to SFString documentation field, similar to
setDocumentation(String). |
ProtoDeclareObject |
ProtoDeclareObject.setDocumentation(java.lang.String newValue)
Assign String value to inputOutput SFString field named documentation.
|
ProtoDeclareObject |
ProtoDeclareObject.setMetadata(X3DMetadataObject newValue)
Deprecated.
|
ProtoDeclareObject |
ProtoDeclareObject.setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar to
setName(String). |
ProtoDeclareObject |
ProtoDeclareObject.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
ProtoDeclareObject |
ProtoDeclareObject.setProtoBody(ProtoBodyObject newValue)
Assign ProtoBodyObject instance (using a properly typed node) to inputOutput SFNode field ProtoBody.
|
ProtoDeclareObject |
ProtoDeclareObject.setProtoInterface(ProtoInterfaceObject newValue)
Assign ProtoInterfaceObject instance (using a properly typed node) to inputOutput SFNode field ProtoInterface.
|
ProtoDeclareObject |
ProtoDeclareObject.setUSE(java.lang.String newValue)
Deprecated.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.