|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A node which specifies an emitter of particles for a particle system.
| Method Summary | |
boolean |
getEnabled()
Get the current enabled state of this model. |
org.j3d.geom.particle.ParticleSystem |
getSystem()
Get the internal initialiser model that will be used for this particle system implementation. |
boolean |
isActive()
Check to see if this node is currently active for evaluation. |
void |
setActive(boolean state)
Manually set the particle system to inactive due to the behaviour of the internals. |
void |
setEnabled(boolean state)
Set the enabled state of the Physics model. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLShapeNodeType |
getAppearance, getGeometry, setAppearance, setGeometry |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, getFieldValue, getMetadataObject, getRefCount, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
| Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener |
allEventsComplete |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLBoundedNodeType |
getBboxCenter, getBboxSize |
| Method Detail |
public org.j3d.geom.particle.ParticleSystem getSystem()
public void setEnabled(boolean state)
state - true to enable the use of this modelpublic boolean getEnabled()
public boolean isActive()
public void setActive(boolean state)
state - true to set this as active, false for inActive
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||