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.

Method Index

 o getGraphics()
Returns a Graphics object for drawing into the display.
 o size()
Returns the size of the display.

Methods

 o 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.
 o 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