Package com.brusoftware.plot4j

Provides the classes necessary to create two-dimensions diagrams and to export them to images or Java Swing panels.

See:
          Description

Class Summary
Diagram This class represents a multi-graph diagram on a Cartesian plan.
DiagramPanel This class extends JPanel and allows to view a Diagram in a Java Swing application.
FunctionGraph This class represents the graph of a two-variables function.
Graph This class represents a graph on a Cartesian plane.
Point This class represents a point on a Cartesian plan.
RawGraph This class represents a graph on a Cartesian plane, described by its Points.
 

Exception Summary
ParseException This class represents an Exception thrown during the parsing of the String representing the function to evaluate.
WrongValueException This class represents an Exception thrown because of a wrong value assignment.
 

Package com.brusoftware.plot4j Description

Provides the classes necessary to create two-dimensions diagrams and to export them to images or Java Swing panels.