Class PointerHandler

    • Constructor Detail

      • PointerHandler

        public PointerHandler()
    • Method Detail

      • updateHint

        public abstract void updateHint​(double domainValue,
                                        double rangeValue)
        Called when the pointer is positioned inside the data area of the graph, or when it leaves the data area.
        When the mouse is outside the data area both parameters are set to Double.NaN.
        Parameters:
        domainValue - double; the X-value (in domain units), or Double.NaN if the pointer is outside the data area
        rangeValue - double; the Y-value (in domain units), or Double.NaN if the pointer is outside the data area