Uses of Class
org.faceless.graph.output.Output

Packages that use Output
org.faceless.graph Contains the basic classes for creating a Graph. 
org.faceless.graph.output Contains the classes for rendering a Graph to an output device. 
 

Uses of Output in org.faceless.graph
 

Methods in org.faceless.graph with parameters of type Output
 void Graph.toCanvas(Output o)
           starts the conversion of the graph from values added through the set() or setCurve() methods to an Output.
 

Uses of Output in org.faceless.graph.output
 

Subclasses of Output in org.faceless.graph.output
 class GIFOutput
           The GIFOutput class is concrete subclass of GraphicsOutput which creates a GIF image when it's rendered.
 class ImageOutput
           The ImageOutput class is a subclass of Output, which allows Graphs to be drawn to a java.awt.Image.
 class JimiOutput
           The JimiOutput class is used with the Jimi library, available from http://java.sun.com/products/jimi.
 class PDF2Output
           This class renders the graph to a PDF document defined using the Big Faceless PDF library, our companion product available from http://big.faceless.org/products/pdf.
 class PDFOutput
           This class renders the graph to a PDF document defined using version 1.2 or earlier of the Big Faceless PDF library.
 class PNGOutput
           The PNGOutput class is concrete subclass of ImageOutput which creates a PNG image as it's output.
 



Copyright © 2001-2012 Big Faceless Organization