| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
ImageDisplay.render(Layout<?> layout,
int imageType) |
static byte[] |
PdfDisplay.renderToBytes(Layout<?> layout,
int margin) |
byte[] |
ImageDisplay.renderToBytes(Layout<?> layout,
String fileType,
int imageType) |
static void |
PdfDisplay.renderToFile(Layout<?> layout,
File file,
int margin) |
void |
ImageDisplay.renderToFile(Layout<?> layout,
String fileType,
int imageType,
File file) |
static void |
PdfDisplay.renderToOutputStream(Layout<?> layout,
int margin,
OutputStream os) |
void |
ImageDisplay.renderToOutputStream(Layout<?> layout,
String fileType,
int imageType,
OutputStream outputStream) |
void |
PdfDisplay.write(File file) |
| 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 © 2012. All Rights Reserved.