|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Source | |
| de.unidu.is.gnuplot | Provides classes for producing plots with the Unix/Linux gnuplot tool. |
| Uses of Source in de.unidu.is.gnuplot |
| Subclasses of Source in de.unidu.is.gnuplot | |
class |
ArrayDataSource
A class which uses two double arrays for storing the
(x,y) data pairs. |
class |
DataSource
An abstract class describing a single plot curve which is defined by data points (instead of a function). |
class |
DiscreteDistributionSource
A class for modelling a discrete distribution as source for Gnuplot. |
class |
FileSource
An class describing a single plot curve, defined by a data file for the gnuplot plot. |
class |
NormalDistributionSource
A class describing a normal distrbution for the gnuplot plot. |
| Methods in de.unidu.is.gnuplot with parameters of type Source | |
void |
Gnuplot.addSource(Source source)
Adds a source to the plot. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||