PlotDatapublic 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, waitgetNdim, 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 java.lang.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 © 2018 Central Laboratory of the Research Councils. All Rights Reserved.