Package | Description |
---|---|
org.faceless.graph2 |
Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format.
|
Modifier and Type | Class and Description |
---|---|
class |
FlashOutput
The FlashOutput class allows you to create simple Macromedia Flash movies
which display the graph.
|
class |
ImageOutput
The ImageOutput class is a subclass of Output, which allows Graphs to be drawn to a
BufferedImage or Graphics2D object, and then optionally rendered to
a PNG image by calling the writePNG() method. |
class |
PDFOutput
A subclass of
Output that can be used to plot graphs to a PDFCanvas
object, which can be included in our companion PDF Library. |
class |
SVGOutput
A subclass of
Output which allows the finished Graph to be rendered to SVG. |
Modifier and Type | Method and Description |
---|---|
void |
Graph.draw(Output out)
Draw the Graph to the specified
Output object. |
Copyright © 2001-2016 Big Faceless Organization