de.hattrickorganizer.credits
Class GraphicLibrary

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

public class GraphicLibrary
extends java.lang.Object

GraphicLibrary mit dynamischen GraphicSet jetzt komplett static!

Version:
0.4b 27.10.02
Author:
Volker Fischer

Field Summary
static java.awt.Image background
          TODO Missing Parameter Documentation
static java.awt.Image ball
          TODO Missing Parameter Documentation
static java.awt.AlphaComposite DEFAULTALPHA
          TODO Missing Parameter Documentation
static java.awt.Image effekt
          TODO Missing Parameter Documentation
static java.awt.Image nix
          TODO Missing Parameter Documentation
static java.awt.Image splashscreen
          TODO Missing Parameter Documentation
 
Constructor Summary
GraphicLibrary()
           
 
Method Summary
static void load(java.awt.Component component)
          lädt alle Grafiken, die für das Spiel benötigt werden:
- Misc (alles, was keiner anderen Gruppe angehört)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULTALPHA

public static final java.awt.AlphaComposite DEFAULTALPHA
TODO Missing Parameter Documentation


ball

public static transient java.awt.Image ball
TODO Missing Parameter Documentation


effekt

public static transient java.awt.Image effekt
TODO Missing Parameter Documentation


nix

public static transient java.awt.Image nix
TODO Missing Parameter Documentation


background

public static transient java.awt.Image background
TODO Missing Parameter Documentation


splashscreen

public static transient java.awt.Image splashscreen
TODO Missing Parameter Documentation

Constructor Detail

GraphicLibrary

public GraphicLibrary()
Method Detail

load

public static void load(java.awt.Component component)
lädt alle Grafiken, die für das Spiel benötigt werden:
- Misc (alles, was keiner anderen Gruppe angehört)

Parameters:
component - TODO Missing Constructuor Parameter Documentation