public class TablePlotDisplay extends Object
Constructor and Description |
---|
TablePlotDisplay(Component parent,
PlotWindowType plotType,
String tableLabel,
boolean isVisibleOnPlot)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PlotWindowType |
getPlotWindowType()
Returns the plot window type for this display.
|
StackPlotWindow<?,?> |
getWindow()
Returns the plot window currently in use by this display.
|
void |
showPlotWindow(uk.ac.starlink.table.StarTable table)
Displays a plot window with access to a given unloaded table.
|
public TablePlotDisplay(Component parent, PlotWindowType plotType, String tableLabel, boolean isVisibleOnPlot)
parent
- parent componentplotType
- type of plot window to opentableLabel
- label for unloaded table as presented to userisVisibleOnPlot
- if true, the plot window is forcibly
set visible every time the plot is displayedpublic void showPlotWindow(uk.ac.starlink.table.StarTable table)
table
- table to displaypublic PlotWindowType getPlotWindowType()
public StackPlotWindow<?,?> getWindow()
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.