Public Methods | |
RCObject () | |
Construktor. More... | |
double | X (int History) |
access to X-Value history. More... | |
double | Y (int History) |
access to X-Value history. More... | |
int | Time (int History) |
access to TimeValue history. More... | |
void | insertX (double Value) |
add a value to history. More... | |
void | insertY (double Value) |
add a value to history. More... | |
void | insertTime (int Time) |
add a timestamp value to history. More... | |
Public Attributes | |
LinkedList | XList |
Attributes. More... | |
LinkedList | YList |
LinkedList | TimeList |
int | HistoryLength |
Definition at line 24 of file RCObject.java.
|
Construktor.
Definition at line 34 of file RCObject.java. |
|
access to TimeValue history.
Definition at line 82 of file RCObject.java. |
|
access to X-Value history.
Definition at line 50 of file RCObject.java. Referenced by RCViewPort::paint(), RCBrain::shoot(), RCGoalieBrain::update(), and RCBrain::update().
|
|
access to X-Value history.
Definition at line 66 of file RCObject.java. Referenced by RCViewPort::paint(), RCBrain::shoot(), RCGoalieBrain::update(), and RCBrain::update().
|
|
add a timestamp value to history.
Definition at line 119 of file RCObject.java. Referenced by RCWorld::receiveEvent().
|
|
add a value to history.
Definition at line 97 of file RCObject.java. Referenced by RCWorld::receiveEvent().
|
|
add a value to history.
Definition at line 108 of file RCObject.java. Referenced by RCWorld::receiveEvent().
|
|
Definition at line 29 of file RCObject.java. |
|
Definition at line 28 of file RCObject.java. |
|
Attributes.
Definition at line 26 of file RCObject.java. |
|
Definition at line 27 of file RCObject.java. |