Class 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 Detail

      • 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