Introduction
Description
Description | Method | Description |
|---|---|
| getScreenResolution() | It returns the screen resolution in terms of dots. |
| getColorModel() | It returns the colormodel of the system. |
| getFontList() | It returns the font list being used on the Java platform. |
| getFontPeer | It returns the requested peer interface to create the font. |
| getImage | It returns an image which gets pixel data from the specified file |
| getPrintJob | Returns the printobject to print |
| getProperty | Returns the property as per the given key instruction. |
Examples
Description
Key Points