|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
---|---|
org.gicentre.utils.network.traer.physics.ParticleSystem.MODIFIED_EULER
Use the enum values defined in the Integrator class in preference to this. |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.RUNGE_KUTTA
Use the enum values defined in the Integrator class in preference to this. |
Deprecated Methods | |
---|---|
org.gicentre.utils.network.traer.physics.ParticleSystem.attractions()
Replace in favour of the more consistently named getAttractions(). |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.customForces()
Replace in favour of the more consistently named getCustomForces(). |
|
org.gicentre.utils.network.traer.physics.Particle.force()
Calls to this method should replaced with calls to the more standard Particle.getForce() . |
|
org.gicentre.utils.multisketch.SlideShow.keyEvent(KeyEvent)
This version is for Processing 1.x only as it relies on the AWT event handling model. |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.numberOfAttractions()
Replace in favour of the more consistently named getNumAttractions(). |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.numberOfCustomForces()
Replace in favour of the more consistently named getNumCustomForces(). |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.numberOfParticles()
Replace in favour of the more consistently named getParticles(). |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.numberOfSprings()
Replace in favour of the more consistently named getNumSprings(). |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.particles()
Replace in favour of the more consistently named getParticles(). |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.setIntegrator(int)
Consider replacing with ParticleSystem.setIntegrator(Integrator.METHOD) . |
|
org.gicentre.utils.move.ZoomPan15.setMouseBoundsMask(Rectangle)
Greater flexibility can be achieved by setting a mouse mask at the sketch level using setMouseMask(-1) to disable zooming/panning outside desired areas. |
|
org.gicentre.utils.network.traer.physics.ParticleSystem.springs()
Replace in favour of the more consistently named getSprings(). |
|
org.gicentre.utils.network.traer.animation.Smoother3D.x()
Consider using getX() instead for standard accessor naming. |
|
org.gicentre.utils.network.traer.animation.Smoother2D.x()
Consider using getX() instead for standard accessor naming. |
|
org.gicentre.utils.network.traer.animation.Smoother3D.y()
Consider using getY() instead for standard accessor naming. |
|
org.gicentre.utils.network.traer.animation.Smoother2D.y()
Consider using getY() instead for standard accessor naming. |
|
org.gicentre.utils.network.traer.animation.Smoother3D.z()
Consider using getZ() instead for standard accessor naming. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |