Class SubsetSelectionPlotData

java.lang.Object
uk.ac.starlink.ttools.plot.WrapperPlotData
uk.ac.starlink.ttools.plot.SubsetSelectionPlotData
All Implemented Interfaces:
PlotData

public class SubsetSelectionPlotData extends WrapperPlotData
PlotData wrapper implementation which rearranges subset indexes.
Since:
9 Apr 2008
Author:
Mark Taylor
  • Constructor Details

    • SubsetSelectionPlotData

      public SubsetSelectionPlotData(PlotData base, int[] isets)
      Constructor. The ith subset in this object will be the same as the isets[i]th one from base.
      Parameters:
      base - plot data on which this is based
      isets - list of the indices of subsets from base which are to appear in this object
  • Method Details