public interface PlotData
| 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.
|
int getSetCount()
String getSetName(int iset)
iset - subset indexStyle getSetStyle(int iset)
iset - subset indexint getNdim()
PointSequence.getPoint() return valuesint getNerror()
PointSequence.getErrors() return valuesboolean hasLabels()
PointSequence.getLabel() may have non-null returnsPointSequence getPointSequence()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.