| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.clearGeometry()
Utility method to clear SFNode value of geometry field.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setGeometry(X3DGeometryNode newValue)
Assign X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setUSE(BoundedPhysicsModelObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setUSE(BoundedPhysicsModelObject 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.