Package com.actelion.research.util
Class ScaleLabel
- java.lang.Object
-
- com.actelion.research.util.ScaleLabel
-
public class ScaleLabel extends java.lang.Object
Contains shown label, the relative position on the scale and the numerical value
-
-
Constructor Summary
Constructors Constructor Description ScaleLabel(java.lang.String label, double position, double value)
Create an ScaleLabel object consisting of visible label, its relative position on the scale and the numerical value behind.
-
-
-
Constructor Detail
-
ScaleLabel
public ScaleLabel(java.lang.String label, double position, double value)
Create an ScaleLabel object consisting of visible label, its relative position on the scale and the numerical value behind.- Parameters:
label
- the label to be shownposition
- relative label position, >= 0.0 and <= 1.0value
- numerical value, which in case of a logarithmic scale is log10 of the shown value
-
-