Uses of Class
org.jgnuplot.Graph

Uses of Graph in org.jgnuplot
 

Fields in org.jgnuplot with type parameters of type Graph
private  java.util.Stack<Graph> Plot.itsGraphs
           
 

Methods in org.jgnuplot that return Graph
 Graph Plot.popGraph()
           
 

Methods in org.jgnuplot with parameters of type Graph
 void Plot.pushGraph(Graph theGraph)
           
 

Constructors in org.jgnuplot with parameters of type Graph
Graph(Graph theGraph)