Package org.web3d.x3d.sai
Interface X3DParticleEmitterNode
- All Superinterfaces:
X3DNode
- All Known Subinterfaces:
ExplosionEmitter,PointEmitter,PolylineEmitter
- All Known Implementing Classes:
SAIExplosionEmitter,SAIExplosionEmitter,SAIPointEmitter,SAIPointEmitter,SAIPolylineEmitter,SAIPolylineEmitter
Defines the requirements of an X3DParticleEmitterNode abstract node type
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetMass()Return the mass float value.floatgetSpeed()Return the speed float value.floatReturn the surfaceArea float value.floatReturn the variation float value.voidsetMass(float val) Set the mass field.voidsetSpeed(float val) Set the speed field.voidsetSurfaceArea(float val) Set the surfaceArea field.voidsetVariation(float val) Set the variation field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getSpeed
float getSpeed()Return the speed float value.- Returns:
- The speed float value.
-
setSpeed
void setSpeed(float val) Set the speed field.- Parameters:
val- The float to set.
-
getMass
float getMass()Return the mass float value.- Returns:
- The mass float value.
-
setMass
void setMass(float val) Set the mass field.- Parameters:
val- The float to set.
-
getSurfaceArea
float getSurfaceArea()Return the surfaceArea float value.- Returns:
- The surfaceArea float value.
-
setSurfaceArea
void setSurfaceArea(float val) Set the surfaceArea field.- Parameters:
val- The float to set.
-
getVariation
float getVariation()Return the variation float value.- Returns:
- The variation float value.
-
setVariation
void setVariation(float val) Set the variation field.- Parameters:
val- The float to set.
-