|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsource.ucregents.playground.physics.BaseEntity
source.ucregents.playground.physics.MovingEntity
source.ucregents.playground.samplegame.Ball
source.ucregents.playground.samplegame.planets.Planet1
public class Planet1
A Planet1 is a MovingEntity with a Planet1 image and with a mass of 50000kg, and friction coefficients of 1
Constructor Summary | |
---|---|
Planet1()
|
|
Planet1(double x,
double y,
double dX,
double dY)
|
|
Planet1(java.awt.geom.Point2D.Double p,
javax.vecmath.Vector2d v)
|
Method Summary | |
---|---|
java.lang.String |
DefaultImageLocation()
Provides the location of the default image |
Methods inherited from class source.ucregents.playground.physics.MovingEntity |
---|
collide, collide, Deserialize, Draw, getAngularVelocity, getCurrentTickVelocity, getCurrentVelocity, getMass, increaseVelocity, increaseXVelocity, increaseYVelocity, isStationary, isUnstoppableForce, moveCurrentVelocity, moveVector, Serialize, setAngularVelocity, setCurrentTickVelocity, setCurrentVelocity, setMass, setStationary, setUnstoppableForce |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Planet1()
public Planet1(double x, double y, double dX, double dY)
public Planet1(java.awt.geom.Point2D.Double p, javax.vecmath.Vector2d v)
Method Detail |
---|
public java.lang.String DefaultImageLocation()
BaseEntity
DefaultImageLocation
in class MovingEntity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |