public class TablePlotDisplay
extends java.lang.Object
Constructor | Description |
---|---|
TablePlotDisplay(java.awt.Component parent,
PlotWindowType plotType,
java.lang.String tableLabel,
boolean isVisibleOnPlot) |
Constructor.
|
Modifier and Type | Method | 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(java.awt.Component parent, PlotWindowType plotType, java.lang.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-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.