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, hasLabels
public SubsetSelectionPlotData(PlotData base, int[] isets)
i
th 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()
PlotData
getSetCount
in interface PlotData
getSetCount
in class WrapperPlotData
public String getSetName(int iset)
PlotData
getSetName
in interface PlotData
getSetName
in class WrapperPlotData
iset
- subset indexpublic Style getSetStyle(int iset)
PlotData
getSetStyle
in interface PlotData
getSetStyle
in class WrapperPlotData
iset
- subset indexpublic PointSequence getPointSequence()
PlotData
getPointSequence
in interface PlotData
getPointSequence
in class WrapperPlotData
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.