public interface PlotContent<P,A>
StackPlotWindow
and passed to PlotPanel
.Modifier and Type | Method and Description |
---|---|
uk.ac.starlink.ttools.plot2.Ganger<P,A> |
getGanger()
Returns the ganger used for this plot.
|
uk.ac.starlink.ttools.plot2.config.ConfigMap |
getGlobalConfig()
Returns global configuration for the plot.
|
TopcatLayer[] |
getLayers()
Returns an array of TopcatLayers that specify what will be plotted
on each zone.
|
PlotPosition |
getPlotPosition()
Returns the plot positioning object.
|
uk.ac.starlink.ttools.plot2.ShadeAxisKit[] |
getShadeAxisKits()
Returns an array of aux axis kits.
|
uk.ac.starlink.ttools.plot2.config.ConfigMap[] |
getShadeConfigs()
Returns aux shade axis configuration items.
|
uk.ac.starlink.ttools.plot2.config.ConfigMap[] |
getTrimmingConfigs()
Returns trimming configuration items.
|
uk.ac.starlink.ttools.plot2.Trimming[] |
getTrimmings()
Returns an array of plot decoration objects.
|
ZoneController<P,A>[] |
getZoneControllers()
Returns an array of zone control GUI components, one per plotted zone.
|
uk.ac.starlink.ttools.plot2.Ganger<P,A> getGanger()
PlotPosition getPlotPosition()
uk.ac.starlink.ttools.plot2.config.ConfigMap getGlobalConfig()
getConfig
method
of the relevant ZoneController.
Note that much of this information will be redundant with the other items specified here, but it may be required for reconstructing the instructions that led to this zone definition.
uk.ac.starlink.ttools.plot2.config.ConfigMap[] getTrimmingConfigs()
uk.ac.starlink.ttools.plot2.config.ConfigMap[] getShadeConfigs()
ZoneController<P,A>[] getZoneControllers()
Ganger.getZoneCount()
.TopcatLayer[] getLayers()
TopcatLayer.getPlotLayers()
method of the returned objects
must all return nzone-element arrays.uk.ac.starlink.ttools.plot2.Trimming[] getTrimmings()
Ganger.isTrimmingGlobal()
.uk.ac.starlink.ttools.plot2.ShadeAxisKit[] getShadeAxisKits()
Ganger.isShadingGlobal()
.
Elements may be null if no aux axis is present.Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.