Uses of Class
org.web3d.x3d.jsail.ParticleSystems.VolumeEmitter
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 VolumeEmitter in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionVolumeEmitter.addComments
(String newComment) Add comment as String to contained commentsList.VolumeEmitter.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.VolumeEmitter.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.VolumeEmitter.addCoordIndex
(int newValue) Add singleton int value to MFInt32 coordIndex field.VolumeEmitter.addCoordIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 coordIndex field.VolumeEmitter.clearCoord()
Utility method to clear SFNode value of coord field.VolumeEmitter.clearCoordIndex()
Utility method to clear MFInt32 value of coordIndex field.VolumeEmitter.clearIS()
Utility method to clear SFNode value of IS field.VolumeEmitter.clearMetadata()
Utility method to clear SFNode value of metadata field.VolumeEmitter.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.VolumeEmitter.setCoord
(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.VolumeEmitter.setCoordIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named coordIndex.VolumeEmitter.setCoordIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 coordIndex field, similar tosetCoordIndex(int[])
.VolumeEmitter.setCoordIndex
(MFInt32 newValue) Assign typed object value to MFInt32 coordIndex field, similar tosetCoordIndex(int[])
.final VolumeEmitter
VolumeEmitter.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.VolumeEmitter.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final VolumeEmitter
VolumeEmitter.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.VolumeEmitter.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final VolumeEmitter
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.VolumeEmitter.setDirection
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDirection(float[])
.VolumeEmitter.setDirection
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetDirection(float[])
.VolumeEmitter.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.VolumeEmitter.setDirection
(float x, float y, float z) Assign values to SFVec3f direction field, similar tosetDirection(float[])
.VolumeEmitter.setDirection
(SFVec3f newValue) Assign typed object value to SFVec3f direction field, similar tosetDirection(float[])
.final VolumeEmitter
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.VolumeEmitter.setInternal
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named internal.VolumeEmitter.setInternal
(SFBool newValue) Assign typed object value to SFBool internal field, similar tosetInternal(boolean)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.VolumeEmitter.setMass
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetMass(float)
.VolumeEmitter.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)
.VolumeEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumeEmitter.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.VolumeEmitter.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)
.VolumeEmitter.setSpeed
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpeed(float)
.VolumeEmitter.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)
.VolumeEmitter.setSurfaceArea
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSurfaceArea(float)
.VolumeEmitter.setSurfaceArea
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceArea.VolumeEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar tosetSurfaceArea(float)
.final VolumeEmitter
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.VolumeEmitter.setUSE
(VolumeEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.VolumeEmitter.setVariation
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetVariation(float)
.VolumeEmitter.setVariation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named variation.VolumeEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar tosetVariation(float)
.Modifier and TypeMethodDescriptionVolumeEmitter.setUSE
(VolumeEmitter DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.