Interface PolylineEmitter
- All Superinterfaces:
X3DNode,X3DParticleEmitterNode
- All Known Implementing Classes:
SAIPolylineEmitter,SAIPolylineEmitter
Defines the requirements of an X3D PolylineEmitter node
- Version:
- $Revision: 1.2 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetCoordIndex(int[] val) Return the coordIndex value in the argument int[]Return the coords X3DNode value.voidgetDirection(float[] val) Return the direction value in the argument float[]intReturn the number of MFInt32 items in the coordIndex field.voidsetCoordIndex(int[] val) Set the coordIndex field.voidSet the coords field.voidSet the coords field.voidsetDirection(float[] val) Set the direction field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DParticleEmitterNode
getMass, getSpeed, getSurfaceArea, getVariation, setMass, setSpeed, setSurfaceArea, setVariation
-
Method Details
-
getCoords
-
setCoords
Set the coords field.- Parameters:
val- The X3DCoordinateNode to set.
-
setCoords
Set the coords field.- Parameters:
val- The X3DProtoInstance to set.
-
getNumCoordIndex
int getNumCoordIndex()Return the number of MFInt32 items in the coordIndex field.- Returns:
- the number of MFInt32 items in the coordIndex field.
-
getCoordIndex
void getCoordIndex(int[] val) Return the coordIndex value in the argument int[]- Parameters:
val- The int[] to initialize.
-
setCoordIndex
void setCoordIndex(int[] val) Set the coordIndex field.- Parameters:
val- The int[] to set.
-
getDirection
void getDirection(float[] val) Return the direction value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setDirection
void setDirection(float[] val) Set the direction field.- Parameters:
val- The float[] to set.
-