| 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 | 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 © 2013 dontdrinkandroot. All Rights Reserved.