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(java.lang.Long seed)
           
 
Method Summary
 void exportDiagram(java.io.OutputStream os, java.lang.StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 java.lang.String getDescription()
           
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
exportDiagrams, getMetadata, getNbImages, getSource, getTitle, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemSudoku

public PSystemSudoku(java.lang.Long seed)
Method Detail

exportDiagram

public void exportDiagram(java.io.OutputStream os,
                          java.lang.StringBuilder cmap,
                          int index,
                          FileFormatOption fileFormat)
                   throws java.io.IOException
Throws:
java.io.IOException

getDescription

public java.lang.String getDescription()


Copyright © 2011. All Rights Reserved.