de.hattrickorganizer.credits
Class Ball

java.lang.Object
  extended by de.hattrickorganizer.credits.Ball

public class Ball
extends java.lang.Object

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
Ball(int width, int height)
          Creates a new Ball object.
 
Method Summary
 void action(long vergangeneZeit)
          TODO Missing Method Documentation
 void render(java.awt.Graphics g)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ball

public Ball(int width,
            int height)
Creates a new Ball object.

Parameters:
width - TODO Missing Constructuor Parameter Documentation
height - TODO Missing Constructuor Parameter Documentation
Method Detail

action

public final void action(long vergangeneZeit)
TODO Missing Method Documentation

Parameters:
vergangeneZeit - TODO Missing Method Parameter Documentation

render

public final void render(java.awt.Graphics g)
TODO Missing Method Documentation

Parameters:
g - TODO Missing Method Parameter Documentation