|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlotData
Describes the point data to be plotted, including information about different data subsets and corresponding plotting styles.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getSetCount()
String getSetName(int iset)
iset
- subset index
Style getSetStyle(int iset)
iset
- subset index
int getNdim()
PointSequence.getPoint()
return valuesint getNerror()
PointSequence.getErrors()
return valuesboolean hasLabels()
PointSequence.getLabel()
may have non-null returnsPointSequence getPointSequence()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |