|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.enough.polish.ui.remotescreen.BluetoothRemoteScreen
public class BluetoothRemoteScreen
Sends screen updates to the remote screen desktop application of J2ME Polish.
This can be used for demonstration purposes, for example.
Copyright Enough Software 2008
| Constructor Summary | |
|---|---|
BluetoothRemoteScreen()
|
|
| Method Summary | |
|---|---|
void |
init(int width,
int height,
int degrees)
Initializes the remote screen, this may be called several times, e.g. |
void |
run()
|
void |
updateScreen(int x,
int y,
int width,
int height,
int[] rgb)
Refreshes parts of the screen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BluetoothRemoteScreen()
| Method Detail |
|---|
public void init(int width,
int height,
int degrees)
RemoteScreen
init in interface RemoteScreenwidth - the width of the physical displayheight - the height of the physical displaydegrees - the degrees by which the screen is rotated - 0, 90, 180 or 270.
public void updateScreen(int x,
int y,
int width,
int height,
int[] rgb)
RemoteScreen
updateScreen in interface RemoteScreenx - the horizontal start positiony - the vertical start positionwidth - the width of the refreshed partheight - the height of the refreshed partrgb - the RGB datapublic void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||