Uses of Class
org.web3d.x3d.jsail.ParticleSystems.BoundedPhysicsModel
Package
Description
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
-
Uses of BoundedPhysicsModel in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionBoundedPhysicsModel.addComments
(String newComment) Add comment as String to contained commentsList.BoundedPhysicsModel.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.BoundedPhysicsModel.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.BoundedPhysicsModel.clearGeometry()
Utility method to clear SFNode value of geometry field.BoundedPhysicsModel.clearIS()
Utility method to clear SFNode value of IS field.BoundedPhysicsModel.clearMetadata()
Utility method to clear SFNode value of metadata field.final BoundedPhysicsModel
BoundedPhysicsModel.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.BoundedPhysicsModel.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final BoundedPhysicsModel
BoundedPhysicsModel.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.BoundedPhysicsModel.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final BoundedPhysicsModel
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.BoundedPhysicsModel.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.BoundedPhysicsModel.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.BoundedPhysicsModel.setGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.BoundedPhysicsModel.setGeometry
(X3DGeometryNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.final BoundedPhysicsModel
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.BoundedPhysicsModel.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BoundedPhysicsModel.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final BoundedPhysicsModel
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.BoundedPhysicsModel.setUSE
(BoundedPhysicsModel DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionBoundedPhysicsModel.setUSE
(BoundedPhysicsModel DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.