public interface IPlot
| Modifier and Type | Method and Description |
|---|---|
IPlotPanel |
getPlotPanel() |
boolean |
isEmpty() |
void |
reset() |
void |
setChartData(org.jfree.chart.ChartPanel chartPanel,
ChartType type) |
void |
setNewData(List<PlotModel> plotModels,
ChartType type) |
void |
setNewData(PlotModel plotModel,
ChartType type) |
void |
setPlotPanel(IPlotPanel arg) |
void setChartData(org.jfree.chart.ChartPanel chartPanel,
ChartType type)
void setPlotPanel(IPlotPanel arg)
IPlotPanel getPlotPanel()
void reset()
boolean isEmpty()
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.