Package uk.ac.starlink.ttools.plot2
Interface GangContext
public interface GangContext
Supplies additional plot-time information about multi-zone requirements.
- Since:
- 16 Aug 2023
- Author:
- Mark Taylor
-
Method Details
-
getPlotters
Plotter<?>[] getPlotters()Returns the list of plotters that will contribute to the plot.- Returns:
- array of plotters, one per plotted layer
-
getRequestedZoneNames
String[] getRequestedZoneNames()Returns the list of zone names associated with the zones being plotted. This may influence gang creation for GangerFactories withGangerFactory.hasIndependentZones()
=true.- Returns:
- array of requested zone names
-