de.hattrickorganizer.credits
Class VAPSchild

java.lang.Object
  extended by de.hattrickorganizer.credits.VAPSchild
All Implemented Interfaces:
DynamischesObjekt

public class VAPSchild
extends java.lang.Object
implements DynamischesObjekt

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
VAPSchild(java.awt.Image image, long time)
          Creates a new VAPSchild object.
 
Method Summary
 boolean action(int time, long gesamtZeit)
          TODO Missing Method Documentation
 long getTime()
          TODO Missing Method Documentation
 void render(java.awt.Graphics g, int xx, int yy)
          TODO Missing Method Documentation
 void setTime(long time)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAPSchild

public VAPSchild(java.awt.Image image,
                 long time)
Creates a new VAPSchild object.

Parameters:
image - TODO Missing Constructuor Parameter Documentation
time - TODO Missing Constructuor Parameter Documentation
Method Detail

setTime

public final void setTime(long time)
TODO Missing Method Documentation

Specified by:
setTime in interface DynamischesObjekt
Parameters:
time - TODO Missing Method Parameter Documentation

getTime

public final long getTime()
TODO Missing Method Documentation

Specified by:
getTime in interface DynamischesObjekt
Returns:
TODO Missing Return Method Documentation

action

public final boolean action(int time,
                            long gesamtZeit)
TODO Missing Method Documentation

Specified by:
action in interface DynamischesObjekt
Parameters:
time - TODO Missing Method Parameter Documentation
gesamtZeit - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

render

public final void render(java.awt.Graphics g,
                         int xx,
                         int yy)
TODO Missing Method Documentation

Specified by:
render in interface DynamischesObjekt
Parameters:
g - TODO Missing Method Parameter Documentation
xx - TODO Missing Method Parameter Documentation
yy - TODO Missing Method Parameter Documentation