Interface IAnnotationLabelProvider


  • public interface IAnnotationLabelProvider
    Interface used to get the information text of a label
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getInfoText​(double xValue, double yValue, boolean showName, boolean showSample, boolean showPosition)
      Return a string to be used on the annotation label.
    • Method Detail

      • getInfoText

        java.lang.String getInfoText​(double xValue,
                                     double yValue,
                                     boolean showName,
                                     boolean showSample,
                                     boolean showPosition)
        Return a string to be used on the annotation label.
        Parameters:
        xValue -
        yValue -
        Returns:
        null to use normal labelling, "" to have no label, or a string to be the label.