public abstract static class BarStyle.Placement
extends java.lang.Object
Modifier | Constructor | Description |
---|---|---|
protected |
Placement(java.lang.String name) |
Modifier and Type | Method | Description |
---|---|---|
abstract int[] |
getXRange(int lo,
int hi,
int iseq,
int nseq) |
Returns the range of X coordinates to be used for plotting a bar.
|
java.lang.String |
toString() |
public abstract int[] getXRange(int lo, int hi, int iseq, int nseq)
lo
- lower bound of total range for data regionhi
- upper bound of total range for data region + 1iseq
- index of the bar to be plotted in the returned rangenseq
- total number of bars which will be plotted in
the data regionpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.