public interface PlotController
Plot
,
PlotConfigurator
,
PlotConfiguration
Modifier and Type | Method and Description |
---|---|
Color |
getPlotColour()
Get the current colour of the Component that contains the Plot.
|
Frame |
getPlotCurrentFrame()
|
void |
setPlotColour(Color color)
Apply a colour to the Component that contains the Plot.
|
void |
updatePlot()
Apply the current PlotConfiguration object state to the Plot.
|
void updatePlot()
PlotConfiguration.getAst()
method.void setPlotColour(Color color)
ComponentColourControls
instances are used,
otherwise the implementation may do nothing.Color getPlotColour()
ComponentColourControls
instances are used,
otherwise the implementation may do nothing.Frame getPlotCurrentFrame()
Frame
that is used
when creating the controlled Plot
s. This is used for
formatting and unformatting data values in a way that is
natural for the Plot axes (i.e. can be used to enter RA and Dec
values as dd:hh:ss.ss). A FrameSet
can be returned
(which could be the Plot if it is guaranteed to be always
available), in which case the current Frame of that will be used.
Note this may never return a null, if this may be the case then consider using a different Frame/FrameSet (i.e. the one read from the original dataset).
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.