Interface FixedLabelTickGenerator

    • Method Detail

      • setLabels

        void setLabels​(List<String> value)
        Sets the list of labels to use.
        Parameters:
        value - the labels
      • getLabels

        List<String> getLabels()
        Returns the list of labels in use.
        Returns:
        the labels
      • valueToDisplayLabel

        String valueToDisplayLabel​(double value)
        Returns the label associated with the value.
        Parameters:
        value - the value to get the label for
        Returns:
        the label, null if none available