java.awt
Class Toolkit

java.lang.Object
  |
  +--java.awt.Toolkit

public abstract class Toolkit
extends java.lang.Object


Constructor Summary
protected Toolkit()
          starts the kawtThread
 
Method Summary
 void beep()
          not abstract, just does nothing by default
abstract  Image createImage(byte[] data)
           
 Image createImage(java.lang.String ressourceName)
           
 ColorModel getColorModel()
           
static Toolkit getDefaultToolkit()
           
abstract  FontMetrics getFontMetrics(Font font)
           
static java.lang.String getProperty(java.lang.String key, java.lang.String dflt)
           
abstract  Dimension getScreenSize()
           
 EventQueue getSystemEventQueue()
           
 void sync()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Toolkit

protected Toolkit()
starts the kawtThread
Method Detail

beep

public void beep()
not abstract, just does nothing by default

getColorModel

public ColorModel getColorModel()

getDefaultToolkit

public static Toolkit getDefaultToolkit()

getSystemEventQueue

public EventQueue getSystemEventQueue()

getScreenSize

public abstract Dimension getScreenSize()

sync

public void sync()

createImage

public Image createImage(java.lang.String ressourceName)

createImage

public abstract Image createImage(byte[] data)

getFontMetrics

public abstract FontMetrics getFontMetrics(Font font)

getProperty

public static java.lang.String getProperty(java.lang.String key,
                                           java.lang.String dflt)