public interface X3DParticleEmitterNode extends X3DNode
| Modifier and Type | Method and Description |
|---|---|
float |
getMass()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named mass.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getSpeed()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named speed.
|
float |
getSurfaceArea()
Provide float value within allowed range of [0,infinity) from initializeOnly SFFloat field named surfaceArea.
|
float |
getVariation()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named variation.
|
X3DParticleEmitterNode |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DParticleEmitterNode |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DParticleEmitterNode |
setMass(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named mass.
|
X3DParticleEmitterNode |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DParticleEmitterNode |
setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
X3DParticleEmitterNode |
setSurfaceArea(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named surfaceArea.
|
X3DParticleEmitterNode |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
X3DParticleEmitterNode |
setVariation(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named variation.
|
float getMass()
X3DParticleEmitterNode setMass(float newValue)
newValue - is new value for the mass field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodeX3DParticleEmitterNode setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodenewValue - is new value for the metadata field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSpeed()
X3DParticleEmitterNode setSpeed(float newValue)
newValue - is new value for the speed field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSurfaceArea()
X3DParticleEmitterNode setSurfaceArea(float newValue)
newValue - is new value for the surfaceArea field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getVariation()
X3DParticleEmitterNode setVariation(float newValue)
newValue - is new value for the variation field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DParticleEmitterNode setDEF(java.lang.String newValue)
setDEF in interface X3DNodenewValue - is new value for the DEF field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DParticleEmitterNode setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DNodenewValue - is new value for the USE field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DParticleEmitterNode setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodenewValue - is new value for the class field.X3DParticleEmitterNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.