- DataParser - Interface in com.panayotis.gnuplot.dataset.parser
 
- 
Use a specific numeric parser to check if the data provided are valid or not.
 
- DataSet - Interface in com.panayotis.gnuplot.dataset
 
- 
This is the generic interface which every data set object should provide.
 
- DataSetPlot - Class in com.panayotis.gnuplot.plot
 
- 
This plot uses data sets as coordinates of the points to e displayed.
 
- DataSetPlot() - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
 
- 
Create a new data set with a default data set.
 
- DataSetPlot(double[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
 
- 
Create a new data set with the specified double-precision array as a data
 set
 
- DataSetPlot(float[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
 
- 
Create a new data set with the specified float-precision array as a data
 set
 
- DataSetPlot(int[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
 
- 
Create a new data set with the specified integer-precision array as a
 data set
 
- DataSetPlot(long[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
 
- 
Create a new data set with the specified long-precision array as a data
 set
 
- DataSetPlot(DataSet) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
 
- 
Create a new object with a specific data set
 
- Debug - Class in com.panayotis.gnuplot.utils
 
- 
This object is responsible to display debug and/or general information on any
 given Writer (by default to System.err)
 .
 
- Debug() - Constructor for class com.panayotis.gnuplot.utils.Debug
 
- 
Creates a new instance of Debug
 
- DefaultTerminal - Class in com.panayotis.gnuplot.terminal
 
- 
The default GNUPlot terminal.
 
- DefaultTerminal() - Constructor for class com.panayotis.gnuplot.terminal.DefaultTerminal
 
-  
 
- DoubleDataParser - Class in com.panayotis.gnuplot.dataset.parser
 
- 
Parser for Double data
 
- DoubleDataParser() - Constructor for class com.panayotis.gnuplot.dataset.parser.DoubleDataParser
 
- 
Create a new numeric data parser for Double values
 
- DoubleDataParser(boolean) - Constructor for class com.panayotis.gnuplot.dataset.parser.DoubleDataParser
 
- 
Create a new Double data parser, with the information that the first
 column is in date format.
 
- DOWNWARDS - Static variable in class com.panayotis.gnuplot.layout.AutoGraphLayout
 
- 
Orientation of the graph layout