Modifier and Type | Field and Description |
---|---|
static String[] |
MARKERNAME |
Constructor and Description |
---|
GraphErrors() |
GraphErrors(String name) |
GraphErrors(String name,
double[] x,
double[] y) |
GraphErrors(String name,
double[] x,
double[] y,
double[] ex,
double[] ey) |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(double x,
double y,
double ex,
double ey) |
void |
copy(GraphErrors gr) |
DatasetAttributes |
getAttributes() |
double |
getData(int xbin,
int ybin) |
double |
getDataEX(int bin) |
double |
getDataEY(int bin) |
int |
getDataSize(int axis) |
double |
getDataX(int bin) |
double |
getDataY(int bin) |
Func1D |
getFunction() |
int |
getLineColor() |
int |
getLineThickness() |
int |
getMarkerColor() |
int |
getMarkerSize() |
int |
getMarkerStyle() |
String |
getName() |
PaveText |
getStatBox() |
String |
getTitle() |
String |
getTitleX() |
String |
getTitleY() |
DataVector |
getVectorX() |
DataVector |
getVectorY() |
void |
readFile(String filename) |
void |
reset() |
void |
setError(int point,
double ex,
double ey) |
void |
setFunction(Func1D func) |
void |
setLineColor(int color) |
void |
setLineThickness(int thickness) |
void |
setMarkerColor(int color) |
void |
setMarkerSize(int size) |
void |
setMarkerStyle(int style) |
void |
setName(String name) |
void |
setPoint(int point,
double x,
double y) |
void |
setTitle(String title) |
void |
setTitleX(String title) |
void |
setTitleY(String title) |
public static final String[] MARKERNAME
public GraphErrors()
public GraphErrors(String name, double[] x, double[] y, double[] ex, double[] ey)
public GraphErrors(String name, double[] x, double[] y)
public GraphErrors(String name)
public Func1D getFunction()
public void setFunction(Func1D func)
public final void addPoint(double x, double y, double ex, double ey)
public void setPoint(int point, double x, double y)
public void setError(int point, double ex, double ey)
public int getDataSize(int axis)
getDataSize
in interface IDataSet
public DatasetAttributes getAttributes()
getAttributes
in interface IDataSet
public PaveText getStatBox()
getStatBox
in interface IDataSet
public DataVector getVectorX()
public DataVector getVectorY()
public void setMarkerSize(int size)
public int getMarkerSize()
public void setMarkerStyle(int style)
public int getMarkerStyle()
public int getMarkerColor()
public void setMarkerColor(int color)
public void setLineColor(int color)
public int getLineColor()
public void setLineThickness(int thickness)
public int getLineThickness()
public String getTitle()
public String getTitleX()
public String getTitleY()
public void setTitle(String title)
public void setTitleX(String title)
public void setTitleY(String title)
public void copy(GraphErrors gr)
public void readFile(String filename)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics