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