public class SubsetSelectionPlotData extends WrapperPlotData
| Constructor and Description |
|---|
SubsetSelectionPlotData(PlotData base,
int[] isets)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointSequence |
getPointSequence()
Returns an iterator over the data points in this object.
|
int |
getSetCount()
Returns the number of subsets in this object.
|
String |
getSetName(int iset)
Returns the name for a given subset.
|
Style |
getSetStyle(int iset)
Returns the plotting style for a given subset.
|
getNdim, getNerror, hasLabelspublic SubsetSelectionPlotData(PlotData base, int[] isets)
ith subset in this object will be
the same as the isets[i]th
one from base.base - plot data on which this is basedisets - list of the indices of subsets from base
which are to appear in this objectpublic int getSetCount()
PlotDatagetSetCount in interface PlotDatagetSetCount in class WrapperPlotDatapublic String getSetName(int iset)
PlotDatagetSetName in interface PlotDatagetSetName in class WrapperPlotDataiset - subset indexpublic Style getSetStyle(int iset)
PlotDatagetSetStyle in interface PlotDatagetSetStyle in class WrapperPlotDataiset - subset indexpublic PointSequence getPointSequence()
PlotDatagetPointSequence in interface PlotDatagetPointSequence in class WrapperPlotDataCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.