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()
PlotData
getNdim
in interface PlotData
PointSequence.getPoint()
return valuespublic int getNerror()
PlotData
getNerror
in interface PlotData
PointSequence.getErrors()
return valuespublic int getSetCount()
PlotData
getSetCount
in interface PlotData
public String getSetName(int iset)
PlotData
getSetName
in interface PlotData
iset
- subset indexpublic Style getSetStyle(int iset)
PlotData
getSetStyle
in interface PlotData
iset
- subset indexpublic boolean hasLabels()
PlotData
hasLabels
in interface PlotData
PointSequence.getLabel()
may have non-null returnspublic PointSequence getPointSequence()
PlotData
getPointSequence
in interface PlotData
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.