|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DParticleEmitterNode
Defines the requirements of an X3DParticleEmitterNode abstract node type
| Method Summary | |
|---|---|
float |
getMass()
Return the mass float value. |
float |
getSpeed()
Return the speed float value. |
float |
getSurfaceArea()
Return the surfaceArea float value. |
float |
getVariation()
Return the variation float value. |
void |
setMass(float val)
Set the mass field. |
void |
setSpeed(float val)
Set the speed field. |
void |
setSurfaceArea(float val)
Set the surfaceArea field. |
void |
setVariation(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 Detail |
|---|
float getSpeed()
void setSpeed(float val)
val - The float to set.float getMass()
void setMass(float val)
val - The float to set.float getSurfaceArea()
void setSurfaceArea(float val)
val - The float to set.float getVariation()
void setVariation(float val)
val - The float to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||