public interface DoubleIAxis extends Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
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.
|
static final long serialVersionUID
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()
Jump to the Parallel Colt Homepage