|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.uni_paderborn.robots.gui.StatisticPanel.CardVal
inner class for storing the cards of the robots
| Field Summary | |
private int[] |
cards
array which realizes an efficient access to the cards |
| Constructor Summary | |
StatisticPanel.CardVal()
default constructor which sets no array |
|
StatisticPanel.CardVal(int[] v)
constructor which sets the card-array |
|
| Method Summary | |
int[] |
getCardVal()
method which returns the reference to the current card array |
void |
setCardVal(int[] v)
method which sets the card-array |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int[] cards
| Constructor Detail |
public StatisticPanel.CardVal(int[] v)
v - a reference the array of cardspublic StatisticPanel.CardVal()
| Method Detail |
public void setCardVal(int[] v)
v - a reference the new array of cardspublic int[] getCardVal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||