Uses of Class
com.starpoints.state.LeagueState
-
Packages that use LeagueState Package Description com.starpoints.painter Contains 2D painters.com.starpoints.state Contains state classes for UI updates, replay and best move storage. -
-
Uses of LeagueState in com.starpoints.painter
Methods in com.starpoints.painter with parameters of type LeagueState Modifier and Type Method Description protected void
PainterLeagueBoard. paintTable(Graphics g, LeagueState ls, int xOffset)
-
Uses of LeagueState in com.starpoints.state
Methods in com.starpoints.state that return LeagueState Modifier and Type Method Description LeagueState
GameState. getLeagueState()
Gets the league state in league game.Methods in com.starpoints.state with parameters of type LeagueState Modifier and Type Method Description void
GameState. setLeagueState(LeagueState leagueState)
-