Uses of Class
org.web3d.x3d.jsail.ParticleSystems.SurfaceEmitter
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 SurfaceEmitter in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionSurfaceEmitter.addComments
(String newComment) Add comment as String to contained commentsList.SurfaceEmitter.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.SurfaceEmitter.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.SurfaceEmitter.clearIS()
Utility method to clear SFNode value of IS field.SurfaceEmitter.clearMetadata()
Utility method to clear SFNode value of metadata field.SurfaceEmitter.clearSurface()
Utility method to clear SFNode value of surface field.final SurfaceEmitter
SurfaceEmitter.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.SurfaceEmitter.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final SurfaceEmitter
SurfaceEmitter.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.SurfaceEmitter.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final SurfaceEmitter
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final SurfaceEmitter
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.SurfaceEmitter.setMass
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetMass(float)
.SurfaceEmitter.setMass
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named mass.Assign typed object value to SFFloat mass field, similar tosetMass(float)
.SurfaceEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SurfaceEmitter.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SurfaceEmitter.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.Assign typed object value to SFBool on field, similar tosetOn(boolean)
.SurfaceEmitter.setSpeed
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpeed(float)
.SurfaceEmitter.setSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.Assign typed object value to SFFloat speed field, similar tosetSpeed(float)
.SurfaceEmitter.setSurface
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field surface.SurfaceEmitter.setSurface
(X3DGeometryNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DGeometryNode instance (using a properly typed node) to initializeOnly SFNode field surface.SurfaceEmitter.setSurfaceArea
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSurfaceArea(float)
.SurfaceEmitter.setSurfaceArea
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceArea.SurfaceEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar tosetSurfaceArea(float)
.final SurfaceEmitter
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.SurfaceEmitter.setUSE
(SurfaceEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.SurfaceEmitter.setVariation
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetVariation(float)
.SurfaceEmitter.setVariation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named variation.SurfaceEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar tosetVariation(float)
.Modifier and TypeMethodDescriptionSurfaceEmitter.setUSE
(SurfaceEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.