| 
 | Colt 1.2.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 | 
public static final long serialVersionUID
| Method Detail | 
public double binCentre(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.public double binLowerEdge(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.
public int bins()
public double binUpperEdge(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.
public double binWidth(int index)
index - Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.public int coordToIndex(double coord)
public double lowerEdge()
public double upperEdge()
| 
 | Colt 1.2.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||