Inheritance diagram for RCDisplay::
Public Methods | |
RCDisplay (RCWorld World) | |
Operation. More... | |
void | reSize () |
resize window to correct size. More... | |
synchronized void | paint (Graphics g) |
overload paint routine. More... | |
synchronized void | update () |
Operation. More... | |
Public Attributes | |
RCWorld | World |
Attributes. More... | |
Private Attributes | |
RCViewPort | ViewPort |
Associations. More... |
|
Operation.
Definition at line 35 of file RCDisplay.java. |
|
overload paint routine.
Definition at line 64 of file RCDisplay.java. |
|
resize window to correct size.
Definition at line 53 of file RCDisplay.java. |
|
Operation.
Definition at line 74 of file RCDisplay.java. Referenced by RCWorld::receiveEvent().
|
|
Associations.
Definition at line 28 of file RCDisplay.java. |
|
Attributes.
Definition at line 26 of file RCDisplay.java. |