PrintGame
Class LevelParam

java.lang.Object
  extended byPrintGame.LevelParam

public class LevelParam
extends java.lang.Object


Field Summary
protected  int cols_
           
protected  int num_diamonds_
           
protected  int rows_
           
 
Constructor Summary
LevelParam()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rows_

protected int rows_

cols_

protected int cols_

num_diamonds_

protected int num_diamonds_
Constructor Detail

LevelParam

public LevelParam()