Package net.sourceforge.plantuml.sudoku
Class GraphicsSudoku
- java.lang.Object
-
- net.sourceforge.plantuml.sudoku.GraphicsSudoku
-
public class GraphicsSudoku extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphicsSudoku(ISudoku sudoku)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageData
writeImageEps(OutputStream os)
ImageData
writeImageLatex(OutputStream os, FileFormat fileFormat)
ImageData
writeImagePng(OutputStream os)
ImageData
writeImageSvg(OutputStream os)
-
-
-
Constructor Detail
-
GraphicsSudoku
public GraphicsSudoku(ISudoku sudoku)
-
-
Method Detail
-
writeImageEps
public ImageData writeImageEps(OutputStream os) throws IOException
- Throws:
IOException
-
writeImageSvg
public ImageData writeImageSvg(OutputStream os) throws IOException
- Throws:
IOException
-
writeImageLatex
public ImageData writeImageLatex(OutputStream os, FileFormat fileFormat) throws IOException
- Throws:
IOException
-
writeImagePng
public ImageData writeImagePng(OutputStream os) throws IOException
- Throws:
IOException
-
-