Uses of Class
com.jeffpalm.grapher.Graph

Packages that use Graph
com.jeffpalm.grapher   
 

Uses of Graph in com.jeffpalm.grapher
 

Subclasses of Graph in com.jeffpalm.grapher
 class Graph2D
           
 

Methods in com.jeffpalm.grapher that return Graph
 Graph GraphFileReader.read(java.io.File file)
           
 Graph GraphFileReader.read(java.lang.String fileName)
           
 

Methods in com.jeffpalm.grapher with parameters of type Graph
 void GraphFileReader.fill(Graph graph, java.io.File file)
           
static java.awt.Container Graph.makePanel(Graph graph)
           
 void GraphFileWriter.save(Graph graph, java.io.File outfile)
           
static GraphFrame GraphFrame.show(Graph g)
           
static javax.swing.JFrame Graph.showFrame(Graph graph, java.lang.String title)
           
 void GraphFileWriter.write(Graph graph, java.io.File file)
           
 BitmapImage GraphFileWriter.write(Graph graph, java.io.OutputStream out)
           
 void GraphFileWriter.writeBMP(Graph graph, java.io.File file)
           
 void GraphFileWriter.writeJPG(Graph graph, java.io.File file)
           
 void GraphFileWriter.writeJPG(Graph graph, java.io.File file, float quality)
           
 

Constructors in com.jeffpalm.grapher with parameters of type Graph
GraphFrame(Graph graph)