|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DoubleIAxis
An IAxis represents a binned histogram axis. A 1D Histogram would have one Axis representing the X axis, while a 2D Histogram would have two axes representing the X and Y Axis.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Method Summary | |
|---|---|
double |
binCentre(int index)
Centre of the bin specified. |
double |
binLowerEdge(int index)
Lower edge of the specified bin. |
int |
bins()
The number of bins (excluding underflow and overflow) on the axis. |
double |
binUpperEdge(int index)
Upper edge of the specified bin. |
double |
binWidth(int index)
Width of the bin specified. |
int |
coordToIndex(double coord)
Converts a coordinate on the axis to a bin number. |
double |
lowerEdge()
Lower axis edge. |
double |
upperEdge()
Upper axis edge. |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
double binCentre(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.double binLowerEdge(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.
int bins()
double binUpperEdge(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.
double binWidth(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.int coordToIndex(double coord)
double lowerEdge()
double upperEdge()
|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||