kAWT Version 0.98

java.awt
Class Toolkit

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

public abstract class Toolkit
extends Object


Constructor Summary
protected Toolkit()
          starts the kawtThread
 
Method Summary
 void beep()
          not abstract, just does nothing by default
abstract  Image createImage(byte[] data)
           
static void flushRepaint()
           
 ColorModel getColorModel()
           
static Toolkit getDefaultToolkit()
           
abstract  FontMetrics getFontMetrics(Font font)
           
abstract  Dimension getScreenSize()
           
 EventQueue getSystemEventQueue()
           
 
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()

flushRepaint

public static void flushRepaint()

createImage

public abstract Image createImage(byte[] data)

getFontMetrics

public abstract FontMetrics getFontMetrics(Font font)

kAWT Version 0.98