| Package | Description |
|---|---|
| snakegame.action | |
| snakegame.map | |
| snakegame.session | |
| snakegame.session.listener |
| Constructor and Description |
|---|
ChangeMapSizeAction(SnakeGame application,
Session session,
MapSize mapSize)
Construtor.
|
| Constructor and Description |
|---|
SnakeTableModel(MapSize size)
Construtor.
|
SnakeTableModel(MapSize mapSize,
boolean fill,
IMoveAlgorithm algorithm)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
MapSize |
Session.getMapSize()
Tamanho do mapa.
|
static MapSize |
MapSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapSize[] |
MapSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setMapSize(MapSize mapSize)
Tamanho do mapa.
|
| Constructor and Description |
|---|
Session(MapSize mapSize,
Level level)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapSizeChangedListener.perform(MapSize mapSize)
Ação.
|
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.