Uses of Class
org.web3d.x3d.jsail.ParticleSystems.PointEmitter
Packages that use PointEmitter
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 PointEmitter in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems that return PointEmitterModifier and TypeMethodDescriptionPointEmitter.addComments(String newComment) Add comment as String to contained commentsList.PointEmitter.addComments(String[] newComments) Add comments as String[] array to contained commentsList.PointEmitter.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.PointEmitter.clearIS()Utility method to clear SFNode value of IS field.PointEmitter.clearMetadata()Utility method to clear SFNode value of metadata field.final PointEmitterPointEmitter.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.PointEmitter.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toPointEmitter.setCssClass(String).final PointEmitterPointEmitter.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.PointEmitter.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toPointEmitter.setCssStyle(String).final PointEmitterAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toPointEmitter.setDEF(String).PointEmitter.setDirection(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toPointEmitter.setDirection(float[]).PointEmitter.setDirection(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPointEmitter.setDirection(float[]).PointEmitter.setDirection(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.PointEmitter.setDirection(float x, float y, float z) Assign values to SFVec3f direction field, similar toPointEmitter.setDirection(float[]).PointEmitter.setDirection(SFVec3f newValue) Assign typed object value to SFVec3f direction field, similar toPointEmitter.setDirection(float[]).final PointEmitterAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toPointEmitter.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.PointEmitter.setMass(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toPointEmitter.setMass(float).PointEmitter.setMass(float newValue) Accessor method to assign float value to inputOutput SFFloat field named mass.Assign typed object value to SFFloat mass field, similar toPointEmitter.setMass(float).PointEmitter.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointEmitter.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PointEmitter.setOn(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.Assign typed object value to SFBool on field, similar toPointEmitter.setOn(boolean).PointEmitter.setPosition(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toPointEmitter.setPosition(float[]).PointEmitter.setPosition(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPointEmitter.setPosition(float[]).PointEmitter.setPosition(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.PointEmitter.setPosition(float x, float y, float z) Assign values to SFVec3f position field, similar toPointEmitter.setPosition(float[]).PointEmitter.setPosition(SFVec3f newValue) Assign typed object value to SFVec3f position field, similar toPointEmitter.setPosition(float[]).PointEmitter.setSpeed(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toPointEmitter.setSpeed(float).PointEmitter.setSpeed(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.Assign typed object value to SFFloat speed field, similar toPointEmitter.setSpeed(float).PointEmitter.setSurfaceArea(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toPointEmitter.setSurfaceArea(float).PointEmitter.setSurfaceArea(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceArea.PointEmitter.setSurfaceArea(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar toPointEmitter.setSurfaceArea(float).final PointEmitterAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toPointEmitter.setUSE(String).PointEmitter.setUSE(PointEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar toPointEmitter.setUSE(String).PointEmitter.setVariation(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toPointEmitter.setVariation(float).PointEmitter.setVariation(float newValue) Accessor method to assign float value to inputOutput SFFloat field named variation.PointEmitter.setVariation(SFFloat newValue) Assign typed object value to SFFloat variation field, similar toPointEmitter.setVariation(float).Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type PointEmitterModifier and TypeMethodDescriptionPointEmitter.setUSE(PointEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar toPointEmitter.setUSE(String).