|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimulations.gui.curves.CurvesPlayerData
public class CurvesPlayerData
This class stores the data of a player curve
| Constructor Summary | |
|---|---|
CurvesPlayerData(Player player,
java.util.ArrayList l,
java.awt.Color color)
Creates a new instance of CurvesPlayerData |
|
| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Getter for property color. |
java.lang.Double[] |
getData()
Getter for property data. |
Player |
getPlayer()
Getter for property player. |
void |
setColor(java.awt.Color color)
Setter for property color. |
void |
setData(java.lang.Double[] data)
Setter for property data. |
void |
setPlayer(Player player)
Setter for property player. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurvesPlayerData(Player player,
java.util.ArrayList l,
java.awt.Color color)
player - The playerl - The players list listcolor - The color associated to this player| Method Detail |
|---|
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
color - New value of property color.public java.lang.Double[] getData()
public void setData(java.lang.Double[] data)
data - New value of property data.public Player getPlayer()
public void setPlayer(Player player)
player - New value of property player.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||