de.hattrickorganizer.credits
Class VAPCredits

java.lang.Object
  extended by de.hattrickorganizer.credits.VAPCredits
All Implemented Interfaces:
java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.WindowListener, java.lang.Runnable, java.util.EventListener

public class VAPCredits
extends java.lang.Object
implements java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.WindowListener, java.lang.Runnable

Dies ist eine Test-Klasse für den Java-FullScreen-Mode


Field Summary
 int anzahlBaelle
          TODO Missing Parameter Documentation
 StaticEffectLayer backgroundLayer
          TODO Missing Parameter Documentation
 Ball[] baelle
          TODO Missing Parameter Documentation
 DynamicEffectLayer movieLayer
          TODO Missing Parameter Documentation
static int screenHeight
          TODO Missing Parameter Documentation
static int screenWidth
          TODO Missing Parameter Documentation
 DynamicEffectLayer throwLayer
          TODO Missing Parameter Documentation
 
Constructor Summary
VAPCredits(javax.swing.JFrame owner)
          Creates a new VAPCredits object.
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent event)
          TODO Missing Method Documentation
 void keyReleased(java.awt.event.KeyEvent event)
           
 void keyTyped(java.awt.event.KeyEvent event)
          TODO Missing Method Documentation
 void mouseClicked(java.awt.event.MouseEvent event)
          TODO Missing Method Documentation
 void mouseDragged(java.awt.event.MouseEvent mouseEvent)
          TODO Missing Method Documentation
 void mouseEntered(java.awt.event.MouseEvent event)
          TODO Missing Method Documentation
 void mouseExited(java.awt.event.MouseEvent event)
          TODO Missing Method Documentation
 void mouseMoved(java.awt.event.MouseEvent mouseEvent)
          TODO Missing Method Documentation
 void mousePressed(java.awt.event.MouseEvent event)
          TODO Missing Method Documentation
 void mouseReleased(java.awt.event.MouseEvent event)
          TODO Missing Method Documentation
 void run()
          Start eines neuen Threads
 void windowActivated(java.awt.event.WindowEvent windowEvent)
          TODO Missing Method Documentation
 void windowClosed(java.awt.event.WindowEvent windowEvent)
          TODO Missing Method Documentation
 void windowClosing(java.awt.event.WindowEvent windowEvent)
          TODO Missing Method Documentation
 void windowDeactivated(java.awt.event.WindowEvent windowEvent)
          TODO Missing Method Documentation
 void windowDeiconified(java.awt.event.WindowEvent windowEvent)
          TODO Missing Method Documentation
 void windowIconified(java.awt.event.WindowEvent windowEvent)
          TODO Missing Method Documentation
 void windowOpened(java.awt.event.WindowEvent windowEvent)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

screenWidth

public static int screenWidth
TODO Missing Parameter Documentation


screenHeight

public static int screenHeight
TODO Missing Parameter Documentation


movieLayer

public DynamicEffectLayer movieLayer
TODO Missing Parameter Documentation


throwLayer

public DynamicEffectLayer throwLayer
TODO Missing Parameter Documentation


backgroundLayer

public StaticEffectLayer backgroundLayer
TODO Missing Parameter Documentation


baelle

public Ball[] baelle
TODO Missing Parameter Documentation


anzahlBaelle

public int anzahlBaelle
TODO Missing Parameter Documentation

Constructor Detail

VAPCredits

public VAPCredits(javax.swing.JFrame owner)
Creates a new VAPCredits object.

Parameters:
owner - TODO Missing Constructuor Parameter Documentation
Method Detail

keyPressed

public final void keyPressed(java.awt.event.KeyEvent event)
TODO Missing Method Documentation

Specified by:
keyPressed in interface java.awt.event.KeyListener
Parameters:
event - TODO Missing Method Parameter Documentation

keyReleased

public void keyReleased(java.awt.event.KeyEvent event)
Specified by:
keyReleased in interface java.awt.event.KeyListener

keyTyped

public void keyTyped(java.awt.event.KeyEvent event)
TODO Missing Method Documentation

Specified by:
keyTyped in interface java.awt.event.KeyListener
Parameters:
event - TODO Missing Method Parameter Documentation

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent event)
TODO Missing Method Documentation

Specified by:
mouseClicked in interface java.awt.event.MouseListener
Parameters:
event - TODO Missing Method Parameter Documentation

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent mouseEvent)
TODO Missing Method Documentation

Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener
Parameters:
mouseEvent - TODO Missing Method Parameter Documentation

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent event)
TODO Missing Method Documentation

Specified by:
mouseEntered in interface java.awt.event.MouseListener
Parameters:
event - TODO Missing Method Parameter Documentation

mouseExited

public void mouseExited(java.awt.event.MouseEvent event)
TODO Missing Method Documentation

Specified by:
mouseExited in interface java.awt.event.MouseListener
Parameters:
event - TODO Missing Method Parameter Documentation

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent mouseEvent)
TODO Missing Method Documentation

Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener
Parameters:
mouseEvent - TODO Missing Method Parameter Documentation

mousePressed

public final void mousePressed(java.awt.event.MouseEvent event)
TODO Missing Method Documentation

Specified by:
mousePressed in interface java.awt.event.MouseListener
Parameters:
event - TODO Missing Method Parameter Documentation

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent event)
TODO Missing Method Documentation

Specified by:
mouseReleased in interface java.awt.event.MouseListener
Parameters:
event - TODO Missing Method Parameter Documentation

run

public final void run()
Start eines neuen Threads

Specified by:
run in interface java.lang.Runnable

windowActivated

public void windowActivated(java.awt.event.WindowEvent windowEvent)
TODO Missing Method Documentation

Specified by:
windowActivated in interface java.awt.event.WindowListener
Parameters:
windowEvent - TODO Missing Method Parameter Documentation

windowClosed

public void windowClosed(java.awt.event.WindowEvent windowEvent)
TODO Missing Method Documentation

Specified by:
windowClosed in interface java.awt.event.WindowListener
Parameters:
windowEvent - TODO Missing Method Parameter Documentation

windowClosing

public final void windowClosing(java.awt.event.WindowEvent windowEvent)
TODO Missing Method Documentation

Specified by:
windowClosing in interface java.awt.event.WindowListener
Parameters:
windowEvent - TODO Missing Method Parameter Documentation

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent windowEvent)
TODO Missing Method Documentation

Specified by:
windowDeactivated in interface java.awt.event.WindowListener
Parameters:
windowEvent - TODO Missing Method Parameter Documentation

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent windowEvent)
TODO Missing Method Documentation

Specified by:
windowDeiconified in interface java.awt.event.WindowListener
Parameters:
windowEvent - TODO Missing Method Parameter Documentation

windowIconified

public void windowIconified(java.awt.event.WindowEvent windowEvent)
TODO Missing Method Documentation

Specified by:
windowIconified in interface java.awt.event.WindowListener
Parameters:
windowEvent - TODO Missing Method Parameter Documentation

windowOpened

public void windowOpened(java.awt.event.WindowEvent windowEvent)
TODO Missing Method Documentation

Specified by:
windowOpened in interface java.awt.event.WindowListener
Parameters:
windowEvent - TODO Missing Method Parameter Documentation