public class WrapperPlotData extends Object implements PlotData
| Constructor and Description |
|---|
WrapperPlotData(PlotData base)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNdim()
Returns the dimensionality of data points in this object.
|
int |
getNerror()
Returns the number of error points per data point in this object.
|
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.
|
boolean |
hasLabels()
Indicates whether there are or may be text labels
associated with the data points in this object.
|
public WrapperPlotData(PlotData base)
base - base plot datapublic int getNdim()
PlotDatagetNdim in interface PlotDataPointSequence.getPoint() return valuespublic int getNerror()
PlotDatagetNerror in interface PlotDataPointSequence.getErrors() return valuespublic int getSetCount()
PlotDatagetSetCount in interface PlotDatapublic String getSetName(int iset)
PlotDatagetSetName in interface PlotDataiset - subset indexpublic Style getSetStyle(int iset)
PlotDatagetSetStyle in interface PlotDataiset - subset indexpublic boolean hasLabels()
PlotDatahasLabels in interface PlotDataPointSequence.getLabel() may have non-null returnspublic PointSequence getPointSequence()
PlotDatagetPointSequence in interface PlotDataCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.