A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AbstractCollection — Class in package org.cove.ape
The abstract base class for all grouping classes.
AbstractCollection() — Constructor in class org.cove.ape.AbstractCollection
AbstractConstraint — Class in package org.cove.ape
The abstract base class for all constraints.
AbstractItem — Class in package org.cove.ape
The base class for all constraints and particles
AbstractItem() — Constructor in class org.cove.ape.AbstractItem
AbstractParticle — Class in package org.cove.ape
The abstract base class for all particles.
addCollidable(g:org.cove.ape:Group) — Method in class org.cove.ape.Group
Adds an Group instance to be checked for collision against this one.
addCollidableList(list) — Method in class org.cove.ape.Group
Adds an array of AbstractCollection instances to be checked for collision against this one.
addComposite(c:org.cove.ape:Composite) — Method in class org.cove.ape.Group
Adds a Composite to the Group.
addConstraint(c:org.cove.ape:AbstractConstraint) — Method in class org.cove.ape.AbstractCollection
Adds a constraint to the Collection.
addForce(f:org.cove.ape:Vector) — Method in class org.cove.ape.AbstractParticle
Adds a force to the particle.
addForce(v:org.cove.ape:Vector) — Static method in class org.cove.ape.APEngine
Adds a force to all particles in the system.
addGroup(g:org.cove.ape:Group) — Static method in class org.cove.ape.APEngine
addMasslessForce(f:org.cove.ape:Vector) — Method in class org.cove.ape.AbstractParticle
Adds a 'massless' force to the particle.
addMasslessForce(v:org.cove.ape:Vector) — Static method in class org.cove.ape.APEngine
Adds a 'massless' force to all particles in the system.
addParticle(p:org.cove.ape:AbstractParticle) — Method in class org.cove.ape.AbstractCollection
Adds an AbstractParticle to the AbstractCollection.
alwaysRepaint — Property in class org.cove.ape.AbstractItem
For performance, fixed Particles and SpringConstraints don't have their paint() method called in order to avoid unnecessary redrawing.
angle — Property in class org.cove.ape.RectangleParticle
The rotation of the RectangleParticle in degrees.
angle — Property in class org.cove.ape.SpringConstraint
The rotational value created by the positions of the two particles attached to this SpringConstraint.
angle — Property in class org.cove.ape.WheelParticle
The rotation of the wheel in degrees.
angularVelocity — Property in class org.cove.ape.WheelParticle
The angular velocity of the WheelParticle.
APEngine — Final class in package org.cove.ape
The main engine class.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z