public interface FloatIAxis extends Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
float |
binCentre(int index)
Centre of the bin specified.
|
float |
binLowerEdge(int index)
Lower edge of the specified bin.
|
int |
bins()
The number of bins (excluding underflow and overflow) on the axis.
|
float |
binUpperEdge(int index)
Upper edge of the specified bin.
|
float |
binWidth(int index)
Width of the bin specified.
|
int |
coordToIndex(float coord)
Converts a coordinate on the axis to a bin number.
|
float |
lowerEdge()
Lower axis edge.
|
float |
upperEdge()
Upper axis edge.
|
static final long serialVersionUID
float binCentre(int index)
index
- Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.float binLowerEdge(int index)
index
- Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.int bins()
float binUpperEdge(int index)
index
- Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.float binWidth(int index)
index
- Bin number (0...bins()-1) or OVERFLOW or UNDERFLOW.int coordToIndex(float coord)
float lowerEdge()
float upperEdge()
Jump to the Parallel Colt Homepage