Inheritance diagram for DisplayGraphicsAction:

Public Member Functions | |
| DisplayGraphicsAction () | |
| void | drawImage (File imgFile, int x, int y) |
| void | drawImage (File imgFile, int x, int y, double scaleFactor) |
| void | drawRect (int x, int y, int w, int h) |
| void | drawShape (Shape s) |
| void | fillRect (int x, int y, int w, int h) |
| Queues up a fillRect. | |
| void | invoke () |
| Causes the graphics commands to be displayed on our local device's display channel. | |
| void | maximizeFrame () |
| void | minimizeFrame () |
| void | restoreFrame () |
| void | setColor (Color col) |
| void | setExitOnClose (boolean flag) |
| void | setFrameLocation (Point windowOrigin) |
| void | setFrameSize (int w, int h) |
| void | setBringToFront (boolean flag) |
Classes | |
| class | LocalDisplay |
First, test this on a local ActionReceiver. =)
This software is distributed under the BSD License.
Definition at line 42 of file DisplayGraphicsAction.java.
| void drawImage | ( | File | imgFile, | |
| int | x, | |||
| int | y, | |||
| double | scaleFactor | |||
| ) |
| void drawImage | ( | File | imgFile, | |
| int | x, | |||
| int | y | |||
| ) |
| void drawRect | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
| void drawShape | ( | Shape | s | ) |
| void fillRect | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
Queues up a fillRect.
..
| x | ||
| y | ||
| w | ||
| h |
Definition at line 191 of file DisplayGraphicsAction.java.
| void invoke | ( | ) |
Causes the graphics commands to be displayed on our local device's display channel.
Implements R3Action.
Definition at line 200 of file DisplayGraphicsAction.java.
| void setColor | ( | Color | col | ) |
| void setExitOnClose | ( | boolean | flag | ) |
1.4.7