public class GraphicsSudoku
extends java.lang.Object
| Constructor and Description |
|---|
GraphicsSudoku(ISudoku sudoku) |
| Modifier and Type | Method and 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) |
public GraphicsSudoku(ISudoku sudoku)
public ImageData writeImageEps(java.io.OutputStream os) throws java.io.IOException
java.io.IOExceptionpublic ImageData writeImageLatex(java.io.OutputStream os, FileFormat fileFormat) throws java.io.IOException
java.io.IOExceptionpublic ImageData writeImageSvg(java.io.OutputStream os) throws java.io.IOException
java.io.IOExceptionpublic ImageData writeImagePng(java.io.OutputStream os) throws java.io.IOException
java.io.IOExceptionpublic void drawInternal(UGraphic ug)