|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Phone display interface.
Method Summary | |
java.lang.String |
getDisplay(int x,
int y)
Returns the displayed string starting at coordinates (x, y). |
int |
getDisplayColumns()
Returns the number of display columns. |
int |
getDisplayRows()
Returns the number of display rows. |
void |
setDisplay(java.lang.String string,
int x,
int y)
Displays the given string starting at coordinates (x, y). |
Methods inherited from interface javax.telephony.phone.Component |
getCapabilities, getName |
Method Detail |
public int getDisplayRows()
public int getDisplayColumns()
public java.lang.String getDisplay(int x, int y) throws InvalidArgumentException
x
- The x-coordinate.y
- The y-coordinate.
InvalidArgumentException
- Either the coordinates provided
were invalid.public void setDisplay(java.lang.String string, int x, int y) throws InvalidArgumentException
string
- The string to display.x
- The x-coordinate.y
- The y-coordinate.
InvalidArgumentException
- Either the coordinates provided
were invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |