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