Uses of Class
com.brusoftware.plot4j.Graph

Uses of Graph in com.brusoftware.plot4j
 

Subclasses of Graph in com.brusoftware.plot4j
 class FunctionGraph
          This class represents the graph of a two-variables function.
 class RawGraph
          This class represents a graph on a Cartesian plane, described by its Points.
 

Methods in com.brusoftware.plot4j that return types with arguments of type Graph
 java.util.ArrayList<Graph> Diagram.getGraphs()
          Returns the Graphs of this Diagram.
 

Methods in com.brusoftware.plot4j with parameters of type Graph
 void Diagram.addGraphToDiagram(Graph g)
          Adds a new Graph to this Diagram.