Inheritance diagram for RCPlayer::
Public Methods | |
RCPlayer (String TeamName, boolean Visual, String Hostname, int Port, boolean Goalie, float X1, float Y1, float X2, float Y2, RCLog Log) | |
Constructor for the RCPlayer class. More... | |
void | run () |
This function is for starting the player(the thread). More... | |
boolean | isVisible () |
return true if the RCDisplay is visible. More... | |
void | setVisible (boolean Visible) |
activate or deactivate the the visualisation for the player. More... | |
Public Attributes | |
RCDisplay | Display |
Associations. More... | |
RCWorld | World |
RCBrain | Brain |
RCCommunicator | Communicator |
RCLog | Log |
It creates all all the sub components and put them together.
Definition at line 44 of file RCPlayer.java.
|
Constructor for the RCPlayer class.
Definition at line 62 of file RCPlayer.java. |
|
return true if the RCDisplay is visible.
Definition at line 113 of file RCPlayer.java. Referenced by RCTeam::main().
|
|
This function is for starting the player(the thread).
Definition at line 100 of file RCPlayer.java. |
|
activate or deactivate the the visualisation for the player.
Definition at line 122 of file RCPlayer.java. Referenced by RCTeam::main().
|
|
Definition at line 48 of file RCPlayer.java. |
|
Definition at line 49 of file RCPlayer.java. |
|
Associations.
Definition at line 46 of file RCPlayer.java. |
|
Definition at line 50 of file RCPlayer.java. |
|
Definition at line 47 of file RCPlayer.java. |