Modifier and Type | Field and Description |
---|---|
Plot.PlotStyle |
Plot.style
how the plot entries are drawn/connected.
|
Modifier and Type | Method and Description |
---|---|
static Plot.PlotStyle |
Plot.PlotStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Plot.PlotStyle[] |
Plot.PlotStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Plot(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache)
Constructor.
|
Plot(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache,
boolean maintainMinMax)
Overloaded constructor to specify maintainMinMax.
|
Plot1D(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache) |
Plot1D(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache,
boolean maintainMinMax) |
Plot2D(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache)
Constructor.
|
Plot3D(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache) |
SamplingPlot(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache) |
SamplingPlot(java.lang.String plotTitle,
Paint paint,
Plot.PlotStyle style,
int maxCache,
boolean maintainMinMax) |