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