| Package | Description |
|---|---|
| at.mug.iqm.api.gui | |
| at.mug.iqm.api.model | |
| at.mug.iqm.api.workflow | |
| at.mug.iqm.commons.util.plot | |
| at.mug.iqm.core.workflow | |
| at.mug.iqm.gui |
| Modifier and Type | Method and Description |
|---|---|
List<PlotModel> |
IPlotPanel.getPlotModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
IPlotPanel.setPlotModels(List<PlotModel> plotModels,
ChartType type) |
| Modifier and Type | Field and Description |
|---|---|
private PlotModel |
IqmDataBox.plotModel
The variable for the plot model.
|
| Modifier and Type | Method and Description |
|---|---|
PlotModel |
PlotModel.clone() |
PlotModel |
IqmDataBox.getPlotModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
IqmDataBox.setPlotModel(PlotModel plotModel)
The data type is automatically set to
DataType.PLOT. |
| Constructor and Description |
|---|
IqmDataBox(PlotModel plotModel)
This method creates an instance of
IqmDataBox containing a
specified PlotModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
IPlot.setNewData(PlotModel plotModel,
ChartType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPlot.setNewData(List<PlotModel> plotModels,
ChartType type) |
| Modifier and Type | Method and Description |
|---|---|
static List<PlotModel> |
PlotTools.getIntensityProfile(Raster r,
int direction,
int index)
Extracts the intensity profile of a given row or column index.
|
static List<PlotModel> |
PlotTools.toPlotModel(org.jfree.data.xy.XYDataset dataSet)
Creates a list of
PlotModels out of an XYDataset. |
static List<PlotModel> |
PlotTools.toPlotModels(DefaultTableModel tableModel,
int direction)
Creates a list of
PlotModels out of a DefaultTableModel. |
| Modifier and Type | Method and Description |
|---|---|
static org.jfree.chart.JFreeChart |
PlotFactory.createDefaultPlot(PlotModel plotModel)
This method creates a default X-Y-
JFreeChart from a single
PlotModel. |
static javax.media.jai.PlanarImage |
PlotTools.toPlanarImage(PlotModel plotModel,
boolean showAxes)
This method creates a
PlanarImage from a single PlotModel
. |
| Modifier and Type | Method and Description |
|---|---|
static org.jfree.chart.JFreeChart |
PlotFactory.createDefaultPlot(List<PlotModel> plotModels)
|
static org.jfree.chart.JFreeChart |
PlotFactory.createDefaultScatterXYPlot(List<PlotModel> plotModels)
This method creates a
JFreeChart from a PlotModel. |
static org.jfree.data.xy.XYDataset |
PlotTools.createHistogramDataset(List<PlotModel> plotModels)
Creates an
XYDataset, consisting of the histogram. |
static org.jfree.chart.JFreeChart |
PlotFactory.createHistogramPlot(List<PlotModel> plotModels,
String histoTitle)
Creates a histogram chart from a list of
PlotModels. |
static org.jfree.chart.JFreeChart |
PlotFactory.createPlot(List<PlotModel> plotModels,
ChartType type)
|
static org.jfree.chart.JFreeChart |
PlotFactory.createThumbNailPlot(List<PlotModel> plotModels,
boolean withAxes)
|
static org.jfree.chart.JFreeChart |
PlotFactory.createXYLinePlot(List<PlotModel> plotModels)
This method creates a
JFreeChart from a PlotModel. |
static javax.media.jai.PlanarImage |
PlotTools.toPlanarImage(List<PlotModel> plotModels)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plot.setNewData(PlotModel plotModel,
ChartType type)
Sets new data to the
PlotPanel. |
| Modifier and Type | Method and Description |
|---|---|
void |
Plot.setNewData(List<PlotModel> plotModels,
ChartType type)
Sets new data to the
PlotPanel. |
| Modifier and Type | Field and Description |
|---|---|
private List<PlotModel> |
PlotPanel.plotModels |
| Modifier and Type | Method and Description |
|---|---|
List<PlotModel> |
PlotPanel.getPlotModels()
Get all plot models currently displayed on this panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlotPanel.setPlotModels(List<PlotModel> plotModels,
ChartType type)
Set the plot models to the panel and display them in a table and a chart.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.