de.hattrickorganizer.credits
Interface DynamischesObjekt

All Known Implementing Classes:
FontEffect, PartikelEffect, VAPSchild

public interface DynamischesObjekt

TODO Missing Interface Documentation

Author:
TODO Author Name

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
 

Method Detail

setTime

void setTime(long time)
TODO Missing Method Documentation

Parameters:
time - TODO Missing Method Parameter Documentation

getTime

long getTime()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

action

boolean action(int time,
               long gesamtzeit)
TODO Missing Method Documentation

Parameters:
time - TODO Missing Method Parameter Documentation
gesamtzeit - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

render

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

Parameters:
g - TODO Missing Method Parameter Documentation
xx - TODO Missing Method Parameter Documentation
yy - TODO Missing Method Parameter Documentation