Inheritance diagram for ButtonRegion:

Public Member Functions | |
| ButtonRegion (String name, double x, double y, double w, double h) | |
Protected Member Functions | |
| void | onClick (PenEvent e) |
| Override this! | |
| void | onPress (PenEvent e) |
| Override this! | |
| void | onRelease (PenEvent e) |
| Override this! | |
| void | showMe (String string) |
This software is distributed under the BSD License.
Definition at line 19 of file ButtonRegion.java.
| void onClick | ( | PenEvent | e | ) | [protected] |
Override this!
| e |
Definition at line 49 of file ButtonRegion.java.
Referenced by ButtonRegion.ButtonRegion().
| void onPress | ( | PenEvent | e | ) | [protected] |
| void onRelease | ( | PenEvent | e | ) | [protected] |
1.4.7