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 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
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)