java.awt
Class Toolkit
java.lang.Object
|
+--java.awt.Toolkit
- public abstract class Toolkit
- extends Object
|
Constructor Summary |
protected |
Toolkit()
starts the kawtThread |
Toolkit
protected Toolkit()
- starts the kawtThread
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)