| Package | Description | 
|---|---|
| com.panayotis.gnuplot | |
| com.panayotis.gnuplot.plot | |
| com.panayotis.gnuplot.style | |
| com.panayotis.gnuplot.terminal | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GNUPlotParameters
This is a placeholder for the parameters used to create the actual plot. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPlot
This is the base class of all plot objects. 
 | 
class  | 
Axis
This class represents the various axes of the plot. 
 | 
class  | 
DataSetPlot
This plot uses data sets as coordinates of the points to e displayed. 
 | 
class  | 
FunctionPlot
This type of Plot is used to provide an interface to the functional plots of
 gnuplot. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FillStyle
This object carries information on how to fill a specific graph 
 | 
class  | 
PlotStyle
This object represents the styles which can be used in gnuplot to personalize
 each prot 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomTerminal
This is a user specific terminal. 
 | 
class  | 
ExpandableTerminal
This is the base class of all special terminals found in JavaPlot. 
 | 
class  | 
FileTerminal
This Terminal supports file operations. 
 | 
class  | 
ImageTerminal
This terminal is able to process gnuplot output as an image. 
 | 
class  | 
PostscriptTerminal
This terminal uses postscript as it's backend 
 | 
class  | 
SVGTerminal
This Terminal uses SVG graphics to display data on screen. 
 | 
class  | 
TextFileTerminal
Base class of all terminals with output in text format. 
 |