Uses of Class
com.act365.sudoku.MaskFactory

Packages that use MaskFactory
com.act365.sudoku   
 

Uses of MaskFactory in com.act365.sudoku
 

Constructors in com.act365.sudoku with parameters of type MaskFactory
Composer(GridContainer gridContainer, int boxesAcross, int maxSolns, int maxMasks, int maxUnwinds, int maxComplexity, MaskFactory maskFactory, int nSolvers, int composeSolverThreshold, java.io.PrintStream debug, boolean useNative, boolean leastCandidatesHybridFilter)
          Generates a new thread that will attempt to construct a Su Doku puzzle with 'maskSize' cells on initial display.