Uses of Class
com.actelion.research.util.ScaleLabel
-
Packages that use ScaleLabel Package Description com.actelion.research.util -
-
Uses of ScaleLabel in com.actelion.research.util
Methods in com.actelion.research.util that return types with arguments of type ScaleLabel Modifier and Type Method Description static java.util.ArrayList<ScaleLabel>
ScaleLabelCreator. createLinearLabelList(double rangeLow, double rangeHigh)
Creates a list of scale labels with their relative positions for a linear numerical scale with given numerical value range.static java.util.ArrayList<ScaleLabel>
ScaleLabelCreator. createLogarithmicLabelList(double rangeLow, double rangeHigh)
Creates a list of scale labels with their relative positions for a logarithmical numerical scale with given numerical value range.
-