|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.gnuplot.Source
de.unidu.is.gnuplot.NormalDistributionSource
A class describing a normal distrbution for the gnuplot plot.
| Field Summary |
| Fields inherited from class de.unidu.is.gnuplot.Source |
max, min, title |
| Constructor Summary | |
NormalDistributionSource(java.lang.String title,
NormalDistribution distribution)
Creates a new instance. |
|
| Method Summary | |
java.lang.String |
getCommand()
Returns a gnuplot expression for the corresponding normal distribution for the gnuplot plot command. |
| Methods inherited from class de.unidu.is.gnuplot.Source |
getMax, getMin, getTitle, setMax, setMin |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NormalDistributionSource(java.lang.String title,
NormalDistribution distribution)
title - title of this curve, or nulldistribution - normal distribution| Method Detail |
public java.lang.String getCommand()
plot command.
getCommand in class Source
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||