public interface Display
| Modifier and Type | Method and Description |
|---|---|
byte[] |
renderToBytes(Layout<?> layout) |
void |
renderToFile(Layout<?> layout,
File file) |
void |
renderToOutputStream(Layout<?> layout,
OutputStream outputStream) |
void renderToFile(Layout<?> layout, File file) throws IOException, LayoutException
IOExceptionLayoutExceptionvoid renderToOutputStream(Layout<?> layout, OutputStream outputStream) throws IOException, LayoutException
IOExceptionLayoutExceptionbyte[] renderToBytes(Layout<?> layout) throws IOException, LayoutException
IOExceptionLayoutExceptionCopyright © 2013 dontdrinkandroot. All Rights Reserved.