Uses of Class
org.web3d.x3d.jsail.ParticleSystems.ConeEmitter
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 ConeEmitter in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionConeEmitter.addComments
(String newComment) Add comment as String to contained commentsList.ConeEmitter.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ConeEmitter.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ConeEmitter.clearIS()
Utility method to clear SFNode value of IS field.ConeEmitter.clearMetadata()
Utility method to clear SFNode value of metadata field.ConeEmitter.setAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetAngle(float)
.ConeEmitter.setAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named angle.Assign typed object value to SFFloat angle field, similar tosetAngle(float)
.final ConeEmitter
ConeEmitter.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ConeEmitter.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ConeEmitter
ConeEmitter.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ConeEmitter.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ConeEmitter
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ConeEmitter.setDirection
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDirection(float[])
.ConeEmitter.setDirection
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetDirection(float[])
.ConeEmitter.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.ConeEmitter.setDirection
(float x, float y, float z) Assign values to SFVec3f direction field, similar tosetDirection(float[])
.ConeEmitter.setDirection
(SFVec3f newValue) Assign typed object value to SFVec3f direction field, similar tosetDirection(float[])
.final ConeEmitter
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.ConeEmitter.setMass
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetMass(float)
.ConeEmitter.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)
.ConeEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ConeEmitter.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ConeEmitter.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)
.ConeEmitter.setPosition
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPosition(float[])
.ConeEmitter.setPosition
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetPosition(float[])
.ConeEmitter.setPosition
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.ConeEmitter.setPosition
(float x, float y, float z) Assign values to SFVec3f position field, similar tosetPosition(float[])
.ConeEmitter.setPosition
(SFVec3f newValue) Assign typed object value to SFVec3f position field, similar tosetPosition(float[])
.ConeEmitter.setSpeed
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpeed(float)
.ConeEmitter.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)
.ConeEmitter.setSurfaceArea
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSurfaceArea(float)
.ConeEmitter.setSurfaceArea
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceArea.ConeEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar tosetSurfaceArea(float)
.final ConeEmitter
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ConeEmitter.setUSE
(ConeEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.ConeEmitter.setVariation
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetVariation(float)
.ConeEmitter.setVariation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named variation.ConeEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar tosetVariation(float)
.Modifier and TypeMethodDescriptionConeEmitter.setUSE
(ConeEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.