Interface BidirectionalTransformer

    • Method Detail

      • transform

        Point2D transform​(Point2D p)
        convert the supplied graph coordinate to the screen coordinate
        Parameters:
        p - graph point to convert
        Returns:
        screen point
      • transform

        Point2D transform​(double x,
                          double y)
      • inverseTransform

        Point2D inverseTransform​(Point2D p)
        convert the supplied screen coordinate to the graph coordinate.
        Parameters:
        p - screen point to convert
        Returns:
        the graph point
      • inverseTransform

        Point2D inverseTransform​(double x,
                                 double y)