org.jlab.groot.data
Interface IDataSet
-
- All Known Implementing Classes:
- CustomFunction, F1D, Func1D, GraphErrors, H1F, H2F
public interface IDataSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description DatasetAttributesgetAttributes()doublegetData(int xbin, int ybin)doublegetDataEX(int bin)doublegetDataEY(int bin)intgetDataSize(int axis)doublegetDataX(int bin)doublegetDataY(int bin)java.lang.StringgetName()PaveTextgetStatBox()voidreset()voidsetName(java.lang.String name)
-
-
-
Method Detail
-
setName
void setName(java.lang.String name)
-
reset
void reset()
-
getName
java.lang.String getName()
-
getDataSize
int getDataSize(int axis)
-
getAttributes
DatasetAttributes getAttributes()
-
getDataX
double getDataX(int bin)
-
getDataY
double getDataY(int bin)
-
getDataEX
double getDataEX(int bin)
-
getDataEY
double getDataEY(int bin)
-
getData
double getData(int xbin, int ybin)
-
getStatBox
PaveText getStatBox()
-
-
DMelt 3.0 © DataMelt by jWork.ORG