| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| Modifier and Type | Method and Description |
|---|---|
SurfaceEmitterObject |
SurfaceEmitterObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SurfaceEmitterObject |
SurfaceEmitterObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
SurfaceEmitterObject |
SurfaceEmitterObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
SurfaceEmitterObject |
SurfaceEmitterObject.addCoordIndex(int newValue)
Add singleton int value to MFInt32 coordIndex field.
|
SurfaceEmitterObject |
SurfaceEmitterObject.addCoordIndex(SFInt32Object newValue)
Add singleton SFInt32Object value to MFInt32 coordIndex field.
|
SurfaceEmitterObject |
SurfaceEmitterObject.clearCoordIndex()
Utility method to clear MFInt32 value of coordIndex field.
|
SurfaceEmitterObject |
SurfaceEmitterObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
SurfaceEmitterObject |
SurfaceEmitterObject.clearSurface()
Utility method to clear SFNode value of surface field.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setCoordIndex(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 coordIndex field, similar to
setCoordIndex(int[]). |
SurfaceEmitterObject |
SurfaceEmitterObject.setCoordIndex(int[] newValue)
Assign Integer array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named coordIndex.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
setCoordIndex(int[]). |
SurfaceEmitterObject |
SurfaceEmitterObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
SurfaceEmitterObject |
SurfaceEmitterObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
SurfaceEmitterObject |
SurfaceEmitterObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setMass(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named mass.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar to
setMass(float). |
SurfaceEmitterObject |
SurfaceEmitterObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar to
setSpeed(float). |
SurfaceEmitterObject |
SurfaceEmitterObject.setSurface(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field surface.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setSurface(X3DGeometryNode newValue)
Assign X3DGeometryNode instance (using a properly typed node) to initializeOnly SFNode field surface.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setSurfaceArea(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named surfaceArea.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setSurfaceArea(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceArea field, similar to
setSurfaceArea(float). |
SurfaceEmitterObject |
SurfaceEmitterObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
SurfaceEmitterObject |
SurfaceEmitterObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setUSE(SurfaceEmitterObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
SurfaceEmitterObject |
SurfaceEmitterObject.setVariation(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named variation.
|
SurfaceEmitterObject |
SurfaceEmitterObject.setVariation(SFFloatObject newValue)
Assign typed object value to SFFloat variation field, similar to
setVariation(float). |
| Modifier and Type | Method and Description |
|---|---|
SurfaceEmitterObject |
SurfaceEmitterObject.setUSE(SurfaceEmitterObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.