|
|||||||||
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.Planet2
public class Planet2
A Planet1 is a MovingEntity with a Planet2 image and with a mass of 80000kg, and friction coefficients of 1
Constructor Summary | |
---|---|
Planet2()
|
|
Planet2(double x,
double y,
double dX,
double dY)
|
|
Planet2(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, createNodes, Draw, getCurrentTickVelocity, getCurrentVelocity, getFrictionCoef_Kinetic, getFrictionCoef_Static, getMass, increaseVelocity, moveCurrentVelocity, moveVector, setCurrentTickVelocity, setCurrentVelocity, setFrictionCoef_Kinetic, setFrictionCoef_Static, setMass |
Methods inherited from class source.ucregents.playground.physics.BaseEntity |
---|
clone, getActualFrameDimensions, getAxes, getAxis, getBounciness, getCenterPoint, getFrameColor, getImageOffset, getName, getOrientation, getShape, getShapeColor, getShapeFrame, getSideVectors, getULPoint, getVertexCount, getVerticesCoordinates, isCircle, isCollidible, isOverlapping, isPolygon, isSelected, isVisible, OnCollisionWith, OnLocationChange, resetFrameColor, Scale, ScaleAroundCenter, setBounciness, setCenterPoint, setCenterPoint, setCollidible, setFrameColor, setImageOffset, setName, setOrientation, setSelected, setShapeColor, setULPoint, setULPoint, setVisible, toString, toXMLElement |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Planet2()
public Planet2(double x, double y, double dX, double dY)
public Planet2(java.awt.geom.Point2D.Double p, javax.vecmath.Vector2d v)
Method Detail |
---|
public java.lang.String DefaultImageLocation()
MovingEntity
DefaultImageLocation
in class MovingEntity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |