| Interface | Description |
|---|---|
| AlarmSystem |
Interfaces that implement this property provide the possibility to set an
alarm, which generates an event for the
Input. |
| AnimationEventSystem |
Interfaces that implement this property provide the possibility
to redraw the
GridScreen a number of times per second. |
| BarScreen |
Interfaces that implement this property provide the possibility
to draw a bar chart.
|
| DrawScreen |
Interfaces that implement this property provide the possibility
to draw anything on the screen.
|
| EncircleScreen |
Interfaces that implement this property provide the possibility to encircle
a position on a
GridScreen. |
| GridScreen |
Interfaces that implement this property provides a grid,
with the posibility to place a different image in each of its cells.
|
| ImageScreen |
Interfaces that implement this property provide the possibility to place
an image on the screen, without using the grid.
|
| Input |
Interfaces that implement this property provides the possibility to
receive events.
|
| StatusBar |
Interfaces that implement this property provide a statusbar.
|
| WaitingSystem |
Interfaces that implement this property provide the
possibility to pauze the program.
|