- setAttractionMinimumDistance(PNode, PNode, float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the minimum distance for the attraction between the specified source and target nodes
to minimumDistance
.
- setAttractionStrength(PNode, PNode, float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the strength of the attraction between the specified source and target nodes to strength
.
- setDrag(float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the drag force for the particle system to drag
.
- setGravity(float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the strength of gravity for the particle system to gravity
.
- setParticleMass(PNode, float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the mass of the particle associated with the specified node to mass
.
- setSpringDamping(PNode, PNode, float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the damping factor for the spring between the specified source and target nodes to
dampingFactor
.
- setSpringRestLength(PNode, PNode, float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the rest length for the spring between the specified source and target nodes to restLength
.
- setSpringStrength(PNode, PNode, float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the strength of the spring between the specified source and target nodes to strength
.
- setVelocity(PNode, float, float) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the velocity for the particle associated with the specified node
to [x, y]
.
- setVelocity(PNode, Point2D) - Method in class org.dishevelled.piccolo.physics.ParticleSystemActivity
-
Set the velocity for the particle associated with the specified node
to velocity
.