net.sf.kagiru.core.format
Class PuzzleFormat

java.lang.Object
  extended by net.sf.kagiru.core.format.PuzzleFormat
All Implemented Interfaces:
java.io.Serializable

public class PuzzleFormat
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PuzzleFormat()
           
 
Method Summary
 void addLevel(DifficultyLevel level)
           
 int getBoxHeight()
           
 int getBoxWidth()
           
 java.lang.String getKey()
           
 DifficultyLevels getLevels()
           
 int getNbAllowedValues()
           
 int getNbBoxColumns()
           
 int getNbBoxRows()
           
 int getNbColumns()
           
 int getNbRows()
           
 boolean isRegular()
           
 void setBoxHeight(int boxHeight)
           
 void setBoxSize(int boxSize)
           
 void setBoxWidth(int boxWidth)
           
 void setKey(java.lang.String key)
           
 void setNbAllowedValues(int nbAllowedValues)
           
 void setNbColumns(int nbColumns)
           
 void setNbRows(int nbRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PuzzleFormat

public PuzzleFormat()
Method Detail

addLevel

public void addLevel(DifficultyLevel level)

getBoxHeight

public int getBoxHeight()

getBoxWidth

public int getBoxWidth()

getKey

public java.lang.String getKey()

getLevels

public DifficultyLevels getLevels()

getNbAllowedValues

public int getNbAllowedValues()

getNbColumns

public int getNbColumns()

getNbRows

public int getNbRows()

getNbBoxRows

public int getNbBoxRows()

getNbBoxColumns

public int getNbBoxColumns()

isRegular

public boolean isRegular()

setBoxHeight

public void setBoxHeight(int boxHeight)

setBoxSize

public void setBoxSize(int boxSize)

setBoxWidth

public void setBoxWidth(int boxWidth)

setKey

public void setKey(java.lang.String key)

setNbAllowedValues

public void setNbAllowedValues(int nbAllowedValues)

setNbColumns

public void setNbColumns(int nbColumns)

setNbRows

public void setNbRows(int nbRows)


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.