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 output, boolean leastCandidatesHybridFilter, int singleSectorCandidatesFilter, int disjointSubsetsFilter, int xWingsFilter, int swordfishFilter, int nishioFilter, int guessFilter, boolean shuffle, boolean xmlFormat)
          Generates a new thread that will attempt to construct a Su Doku puzzle with 'maskSize' cells on initial display.