| 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) |
| Constructor and Description |
|---|
PdfDisplay(Layout<?> layout) |
PdfDisplay(Layout<?> layout,
float margin) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLayout<T> |
class |
ForestLayout<V,E> |
class |
LrForestLayout<V,E> |
class |
RectanglePacking<T> |
class |
WordCloudLayout<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCircularLayout<V,E> |
class |
ForceCircularLayout<V,E> |
class |
ForceLayout<V,E> |
class |
SiftingCircularLayout<V,E> |
class |
SiftingCircularLayout2<V,E> |
class |
SiftingCircularLayout3<V,E> |
class |
SimpleLayout<V,E> |
| Modifier and Type | Class and Description |
|---|---|
class |
SunBurst<V,E> |
| Modifier and Type | Class and Description |
|---|---|
class |
GlyphBoundWordCloud<T> |
Copyright © 2012. All Rights Reserved.