Package net.sourceforge.plantuml.sudoku
Class PSystemSudoku
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.sudoku.PSystemSudoku
-
- All Implemented Interfaces:
Diagram
public class PSystemSudoku extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemSudoku(UmlSource source, java.lang.Long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption)protected ImageDataexportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat)DiagramDescriptiongetDescription()-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, createImageBuilder, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Constructor Detail
-
PSystemSudoku
public PSystemSudoku(UmlSource source, java.lang.Long seed)
-
-
Method Detail
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat) throws java.io.IOException
- Specified by:
exportDiagramNowin classAbstractPSystem- Throws:
java.io.IOException
-
exportDiagramGraphic
public void exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption)
- Specified by:
exportDiagramGraphicin interfaceDiagram- Overrides:
exportDiagramGraphicin classAbstractPSystem
-
getDescription
public DiagramDescription getDescription()
-
-