|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot.MultiPlotData
public class MultiPlotData
PlotData implementation which aggregates a set of constituent PlotDatas.
Constructor Summary | |
---|---|
MultiPlotData(PlotData[] datas)
Constructor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiPlotData(PlotData[] datas)
datas
- constituent plot data objectsMethod Detail |
---|
public 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 index
public Style getSetStyle(int iset)
PlotData
getSetStyle
in interface PlotData
iset
- subset index
public boolean hasLabels()
PlotData
hasLabels
in interface PlotData
PointSequence.getLabel()
may have non-null returnspublic PointSequence getPointSequence()
PlotData
getPointSequence
in interface PlotData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |