net.sourceforge.plantuml.sudoku
Class PSystemSudoku

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.sudoku.PSystemSudoku
All Implemented Interfaces:
PSystem

public class PSystemSudoku
extends AbstractPSystem


Constructor Summary
PSystemSudoku(Long seed)
           
 
Method Summary
 void createFile(OutputStream os, int index, FileFormatOption fileFormat)
           
 List<File> createFiles(File suggestedFile, FileFormatOption fileFormat)
           
 String getDescription()
           
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
getMetadata, getNbImages, getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemSudoku

public PSystemSudoku(Long seed)
Method Detail

createFiles

public List<File> createFiles(File suggestedFile,
                              FileFormatOption fileFormat)
                       throws IOException,
                              InterruptedException
Throws:
IOException
InterruptedException

createFile

public void createFile(OutputStream os,
                       int index,
                       FileFormatOption fileFormat)
                throws IOException
Throws:
IOException

getDescription

public String getDescription()


Copyright © 2011. All Rights Reserved.