PlotData
public class SubsetSelectionPlotData extends WrapperPlotData
Constructor | Description |
---|---|
SubsetSelectionPlotData(PlotData base,
int[] isets) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
PointSequence |
getPointSequence() |
Returns an iterator over the data points in this object.
|
int |
getSetCount() |
Returns the number of subsets in this object.
|
java.lang.String |
getSetName(int iset) |
Returns the name for a given subset.
|
Style |
getSetStyle(int iset) |
Returns the plotting style for a given subset.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 java.lang.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 © 2018 Central Laboratory of the Research Councils. All Rights Reserved.