infinitewisdom.view
Class PlayerView
java.lang.Object
infinitewisdom.view.PlayerView
- Direct Known Subclasses:
- Player1View, Player2View
public class PlayerView
- extends java.lang.Object
Only the teamcolor is stored in this class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
teamcolor
protected java.awt.Color teamcolor
player
protected PlayerIF player
PlayerView
public PlayerView()
getTeamcolor
public java.awt.Color getTeamcolor()
setTeamcolor
public void setTeamcolor(java.awt.Color teamcolor)
getPlayer
public PlayerIF getPlayer()
setPlayer
public void setPlayer(PlayerIF player)