nl.tudelft.simulation.examples.dsol.animation3d
Class Ball
java.lang.Object
nl.tudelft.simulation.examples.dsol.animation3d.Ball
- All Implemented Interfaces:
- LocatableInterface
- Direct Known Subclasses:
- Ball3D
public abstract class Ball
- extends Object
- implements LocatableInterface
A Ball
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
- Version:
- 1.0 Mar 3, 2004
- Author:
- Peter
Jacobs
Field Summary |
static double |
RADIUS
the radius of the ball |
protected double |
theta
the angle of the ball |
Constructor Summary |
Ball()
constructs a new Ball |
RADIUS
public static final double RADIUS
- the radius of the ball
- See Also:
- Constant Field Values
theta
protected double theta
- the angle of the ball
Ball
public Ball()
- constructs a new Ball
getBounds
public Bounds getBounds()
throws RemoteException
- Specified by:
getBounds
in interface LocatableInterface
- Throws:
RemoteException
- See Also:
LocatableInterface.getBounds()
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.