|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.damf.games.janimine.SetDisplay
public class SetDisplay
Field Summary | |
---|---|
private int |
convertCol
|
private int |
convertRow
|
private char[][] |
displayMap
|
private int |
mapColumns
|
private int |
mapRows
|
Constructor Summary | |
---|---|
SetDisplay(int[][] tempMap)
|
Method Summary | |
---|---|
int |
getConvertCol()
|
int |
getConvertRow()
|
char[][] |
getMap()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int mapColumns
private int mapRows
private char[][] displayMap
private final int convertCol
private final int convertRow
Constructor Detail |
---|
public SetDisplay(int[][] tempMap)
Method Detail |
---|
public int getConvertCol()
public int getConvertRow()
public char[][] getMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |