|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Output | |
---|---|
org.faceless.graph2 | Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. |
Uses of Output in org.faceless.graph2 |
---|
Subclasses of Output in org.faceless.graph2 | |
---|---|
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. |
Methods in org.faceless.graph2 with parameters of type Output | |
---|---|
void |
Graph.draw(Output out)
Draw the Graph to the specified Output object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |