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