|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.damf.games.janimine.Setup
public class Setup
| Field Summary | |
|---|---|
private int |
columns
|
private int[][] |
mineMap
|
private int |
mines
|
private int |
rows
|
| Constructor Summary | |
|---|---|
Setup()
|
|
| Method Summary | |
|---|---|
int[][] |
getMap()
|
void |
layout()
|
void |
manyMines()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int mines
private int rows
private int columns
private int[][] mineMap
| Constructor Detail |
|---|
public Setup()
| Method Detail |
|---|
public void manyMines()
public void layout()
public int[][] getMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||