| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
ImageDisplay.render(Layout<?> layout) |
byte[] |
ImageDisplay.renderToBytes(Layout<?> layout) |
byte[] |
Display.renderToBytes(Layout<?> layout) |
byte[] |
PdfDisplay.renderToBytes(Layout<?> layout) |
void |
ImageDisplay.renderToFile(Layout<?> layout,
File file) |
void |
Display.renderToFile(Layout<?> layout,
File file) |
void |
PdfDisplay.renderToFile(Layout<?> layout,
File file) |
void |
ImageDisplay.renderToOutputStream(Layout<?> layout,
OutputStream outputStream) |
void |
Display.renderToOutputStream(Layout<?> layout,
OutputStream outputStream) |
void |
PdfDisplay.renderToOutputStream(Layout<?> layout,
OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DontDrinkAndRootLogo.main(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CircularLayoutExample2.main(String[] args) |
static void |
SiftingCircularLayoutExample.main(String[] args) |
static void |
CircularLayoutExample.main(String[] args) |
static void |
SiftingCircularLayout3Example.main(String[] args) |
static void |
ForceCircularLayoutExample.main(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
Layout.layout() |
| Modifier and Type | Method and Description |
|---|---|
void |
ForceLayout.layout() |
void |
SimpleLayout.layout() |
void |
AbstractCircularLayout.layout() |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.