|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.dsol.tutorial.section44.Ball
public abstract class Ball
A Ball
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Field Summary | |
---|---|
protected DirectedPoint |
destination
the destination |
protected DirectedPoint |
origin
the origin |
static double |
RADIUS
the radius of the ball |
protected double |
rotZ
the rotation |
Constructor Summary | |
---|---|
Ball()
constructs a new Ball |
Method Summary | |
---|---|
Bounds |
getBounds()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface nl.tudelft.simulation.dsol.animation.LocatableInterface |
---|
getLocation |
Field Detail |
---|
public static final double RADIUS
protected DirectedPoint origin
protected DirectedPoint destination
protected double rotZ
Constructor Detail |
---|
public Ball()
Method Detail |
---|
public Bounds getBounds()
getBounds
in interface LocatableInterface
LocatableInterface.getBounds()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |