public interface PointEmitter extends X3DParticleEmitterNode
| Modifier and Type | Method and Description |
|---|---|
float[] |
getDirection()
Provide array of 3-tuple float results from inputOutput SFVec3f field named direction.
|
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[] |
getPosition()
Provide array of 3-tuple float results from inputOutput SFVec3f field named position.
|
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.
|
PointEmitter |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
PointEmitter |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
PointEmitter |
setDirection(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named direction.
|
PointEmitter |
setMass(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named mass.
|
PointEmitter |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PointEmitter |
setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
PointEmitter |
setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
PointEmitter |
setSurfaceArea(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named surfaceArea.
|
PointEmitter |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
PointEmitter |
setVariation(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named variation.
|
float[] getDirection()
PointEmitter setDirection(float[] newValue)
newValue - is new value for the direction field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getMass()
getMass in interface X3DParticleEmitterNodePointEmitter setMass(float newValue)
setMass in interface X3DParticleEmitterNodenewValue - is new value for the mass field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodegetMetadata in interface X3DParticleEmitterNodePointEmitter setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodesetMetadata in interface X3DParticleEmitterNodenewValue - is new value for the metadata field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getPosition()
PointEmitter setPosition(float[] newValue)
newValue - is new value for the position field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSpeed()
getSpeed in interface X3DParticleEmitterNodePointEmitter setSpeed(float newValue)
setSpeed in interface X3DParticleEmitterNodenewValue - is new value for the speed field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSurfaceArea()
getSurfaceArea in interface X3DParticleEmitterNodePointEmitter setSurfaceArea(float newValue)
setSurfaceArea in interface X3DParticleEmitterNodenewValue - is new value for the surfaceArea field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getVariation()
getVariation in interface X3DParticleEmitterNodePointEmitter setVariation(float newValue)
setVariation in interface X3DParticleEmitterNodenewValue - is new value for the variation field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).PointEmitter setDEF(java.lang.String newValue)
setDEF in interface X3DNodesetDEF in interface X3DParticleEmitterNodenewValue - is new value for the DEF field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).PointEmitter 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 X3DNodesetUSE in interface X3DParticleEmitterNodenewValue - is new value for the USE field.PointEmitter - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).PointEmitter setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodesetCssClass in interface X3DParticleEmitterNodenewValue - is new value for the class field.PointEmitter - 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.