Package | Description |
---|---|
org.kepler.gui | |
org.kepler.plotting |
Modifier and Type | Method and Description |
---|---|
Plot |
PlotsPanel.addGraph() |
Modifier and Type | Method and Description |
---|---|
void |
PlotsEditorPanel.addPlotEditor(boolean enabled,
boolean refreshGraphics,
Plot plot) |
Modifier and Type | Method and Description |
---|---|
Plot |
PlotEditor.getPlot() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Plot> |
Plot.getAllPlots() |
Modifier and Type | Method and Description |
---|---|
void |
PlottingController.initialize(Row row,
Plot plot) |
void |
PlottingController.register(Row row,
UpdateType updateType,
Plot plot) |
void |
PlotEditor.setPlot(Plot plot) |
Constructor and Description |
---|
PlotEditor(PlotsEditorPanel plotsEditorPanel,
Plot plot) |