JSR-043: JTAPI-1.4

javax.telephony.phone
Interface PhoneGraphicDisplay

All Superinterfaces:
Component

public interface PhoneGraphicDisplay
extends Component

A PhoneGraphicsDisplay represents a display device that is pixel-addressable, and which can be drawn into using AWT primitives.


Method Summary
 java.awt.Graphics getGraphics()
          Returns a Graphics object for drawing into the display.
 java.awt.Dimension size()
          Returns the size of the display.
 
Methods inherited from interface javax.telephony.phone.Component
getCapabilities, getName
 

Method Detail

getGraphics

public java.awt.Graphics getGraphics()
Returns a Graphics object for drawing into the display.

Returns:
A Graphic object, as defined in the AWT.

size

public java.awt.Dimension size()
Returns the size of the display.

Returns:
The size of the display, packaged in an AWT Dimension object.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org