Interface java.telephony.phone.PhoneGraphicDisplay
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.phone.PhoneGraphicDisplay
- public interface PhoneGraphicDisplay
- extends Object
- extends Component
A PhoneGraphicsDisplay represents a display device that is
pixel-addressable,
and which can be drawn into using AWT primitives.
-
getGraphics()
- Returns a Graphics object for drawing into the display.
-
size()
- Returns the size of the display.
getGraphics
public abstract Graphics getGraphics() throws PlatformException
- Returns a Graphics object for drawing into the display.
- Returns:
- A Graphic object, as defined in the AWT.
- Throws: PlatformException
- A platform-specific exception occurred.
size
public abstract Dimension size()
- Returns the size of the display.
- Returns:
- The size of the display, packaged in an AWT Dimension object.
All Packages Class Hierarchy This Package Previous Next Index