Package | Description |
---|---|
com.panayotis.gnuplot.plot | |
com.panayotis.gnuplot.style |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlot.setSmooth(Smooth smooth)
Define if this plot should be smoothed.
|
Modifier and Type | Method and Description |
---|---|
static Smooth |
Smooth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Smooth[] |
Smooth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|