Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
Package: velox.api.layer1.layers.strategies.interfaces
Type: Class
Enclosing Interface: Layer1PriceAxisRangeCalculatable
Inheritance: java.lang.Object รขโ โ Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
Fieldsโ
minValueโ
public final double minValue
maxValueโ
public final double maxValue
labelsโ
public final String[] labels
Constructorsโ
ResultPriceAxisInfoโ
public ResultPriceAxisInfo(double minValue, double maxValue, String[] labels)
Parameters:
minValue- Value corresponding to bottom pixel of chartmaxValue- Value corresponding to top pixel of chartlabels- Of horizontal lines, from bottom to top
Example: for 2.3 lines count minValue = 0, maxValue = 23 and labels 10 and 20 is correct
Methodsโ
toStringโ
public String toString()
Overrides: toString in class Object
Methods inherited from class java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwait(long)wait(long, int)