ParticleSystemObject |
ParticleSystemObject.addColorKey(float newValue) |
Add singleton float value to MFFloat colorKey field.
|
ParticleSystemObject |
ParticleSystemObject.addColorKey(SFFloatObject newValue) |
Add singleton SFFloatObject value to MFFloat colorKey field.
|
ParticleSystemObject |
ParticleSystemObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
ParticleSystemObject |
ParticleSystemObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
ParticleSystemObject |
ParticleSystemObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
ParticleSystemObject |
ParticleSystemObject.addPhysics(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for physics field.
|
ParticleSystemObject |
ParticleSystemObject.addPhysics(X3DNode newValue) |
Add single child node to existing array of physics nodes (if any).
|
ParticleSystemObject |
ParticleSystemObject.addTexCoordKey(float newValue) |
Add singleton float value to MFFloat texCoordKey field.
|
ParticleSystemObject |
ParticleSystemObject.addTexCoordKey(SFFloatObject newValue) |
Add singleton SFFloatObject value to MFFloat texCoordKey field.
|
ParticleSystemObject |
ParticleSystemObject.clearAppearance() |
Utility method to clear SFNode value of appearance field.
|
ParticleSystemObject |
ParticleSystemObject.clearColorKey() |
Utility method to clear MFFloat value of colorKey field.
|
ParticleSystemObject |
ParticleSystemObject.clearColorRamp() |
Utility method to clear SFNode value of colorRamp field.
|
ParticleSystemObject |
ParticleSystemObject.clearEmitter() |
Utility method to clear SFNode value of emitter field.
|
ParticleSystemObject |
ParticleSystemObject.clearGeometry() |
Utility method to clear SFNode value of geometry field.
|
ParticleSystemObject |
ParticleSystemObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
ParticleSystemObject |
ParticleSystemObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
ParticleSystemObject |
ParticleSystemObject.clearPhysics() |
Utility method to clear MFNode value of physics field.
|
ParticleSystemObject |
ParticleSystemObject.clearTexCoordKey() |
Utility method to clear MFFloat value of texCoordKey field.
|
ParticleSystemObject |
ParticleSystemObject.clearTexCoordRamp() |
Utility method to clear SFNode value of texCoordRamp field.
|
ParticleSystemObject |
ParticleSystemObject.setAppearance(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field appearance.
|
ParticleSystemObject |
ParticleSystemObject.setAppearance(X3DAppearanceNode newValue) |
Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.
|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(float x,
float y,
float z) |
|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(SFVec3fObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
ParticleSystemObject |
ParticleSystemObject.setBboxDisplay(SFBoolObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
ParticleSystemObject |
ParticleSystemObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
ParticleSystemObject |
ParticleSystemObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
ParticleSystemObject |
ParticleSystemObject.setBboxSize(float x,
float y,
float z) |
|
ParticleSystemObject |
ParticleSystemObject.setBboxSize(SFVec3fObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setColorKey(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setColorKey(float[]) .
|
ParticleSystemObject |
ParticleSystemObject.setColorKey(float[] newValue) |
Accessor method to assign Float array to initializeOnly MFFloat field named colorKey.
|
ParticleSystemObject |
ParticleSystemObject.setColorKey(int[] newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setColorKey(java.util.ArrayList<java.lang.Float> newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setColorKey(MFFloatObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setColorRamp(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field colorRamp.
|
ParticleSystemObject |
ParticleSystemObject.setColorRamp(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to initializeOnly SFNode field colorRamp.
|
ParticleSystemObject |
ParticleSystemObject.setCreateParticles(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named createParticles.
|
ParticleSystemObject |
ParticleSystemObject.setCreateParticles(SFBoolObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
ParticleSystemObject |
ParticleSystemObject.setCssClass(SFStringObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
ParticleSystemObject |
ParticleSystemObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
ParticleSystemObject |
ParticleSystemObject.setEmitter(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field emitter.
|
ParticleSystemObject |
ParticleSystemObject.setEmitter(X3DParticleEmitterNode newValue) |
Accessor method to assign X3DParticleEmitterNode instance (using a properly typed node) to initializeOnly SFNode field emitter.
|
ParticleSystemObject |
ParticleSystemObject.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
ParticleSystemObject |
ParticleSystemObject.setEnabled(SFBoolObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setGeometry(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.
|
ParticleSystemObject |
ParticleSystemObject.setGeometry(X3DGeometryNode newValue) |
Accessor method to assign X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.
|
ParticleSystemObject |
ParticleSystemObject.setGeometryType(java.lang.String newValue) |
Accessor method to assign String enumeration value ("LINE" | "POINT" | "QUAD" | "SPRITE" | "TRIANGLE" | "GEOMETRY") to initializeOnly SFString field named geometryType.
|
ParticleSystemObject |
ParticleSystemObject.setGeometryType(SFStringObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
ParticleSystemObject |
ParticleSystemObject.setLifetimeVariation(double newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setLifetimeVariation(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named lifetimeVariation.
|
ParticleSystemObject |
ParticleSystemObject.setLifetimeVariation(SFFloatObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setMaxParticles(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named maxParticles.
|
ParticleSystemObject |
ParticleSystemObject.setMaxParticles(SFInt32Object newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ParticleSystemObject |
ParticleSystemObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ParticleSystemObject |
ParticleSystemObject.setParticleLifetime(double newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setParticleLifetime(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named particleLifetime.
|
ParticleSystemObject |
ParticleSystemObject.setParticleLifetime(SFFloatObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setParticleSize(double[] newArray) |
|
ParticleSystemObject |
ParticleSystemObject.setParticleSize(double x,
double y) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setParticleSize(float[]) .
|
ParticleSystemObject |
ParticleSystemObject.setParticleSize(float[] newValue) |
Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named particleSize.
|
ParticleSystemObject |
ParticleSystemObject.setParticleSize(float x,
float y) |
|
ParticleSystemObject |
ParticleSystemObject.setParticleSize(SFVec2fObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setPhysics(java.util.ArrayList<X3DParticlePhysicsModelNode> newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setPhysics(X3DNode[] newValue) |
Accessor method to assign X3DParticlePhysicsModelNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to initializeOnly MFNode field physics.
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setTexCoordKey(float[]) .
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(float[] newValue) |
Accessor method to assign Float array to initializeOnly MFFloat field named texCoordKey.
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(int[] newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(java.util.ArrayList<java.lang.Float> newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(MFFloatObject newValue) |
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordRamp(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field texCoordRamp.
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordRamp(TextureCoordinate newValue) |
Accessor method to assign TextureCoordinateObject instance (using a properly typed node) to initializeOnly SFNode field texCoordRamp.
|
ParticleSystemObject |
ParticleSystemObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
ParticleSystemObject |
ParticleSystemObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
ParticleSystemObject |
ParticleSystemObject.setUSE(ParticleSystemObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
ParticleSystemObject |
ParticleSystemObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
ParticleSystemObject |
ParticleSystemObject.setVisible(SFBoolObject newValue) |
|