Class ZoomedMouseEvent

All Implemented Interfaces:
Serializable

public class ZoomedMouseEvent extends MouseEvent
See Also:
  • Constructor Details

  • Method Details

    • getRawX

      public double getRawX()
    • getRawY

      public double getRawY()
    • getPreciseX

      public double getPreciseX()
      Returns precise X coordinate of the mouse event. If floored, this should be the same as getX().
      Returns:
      precise X coordinate of the mouse event
    • getPreciseY

      public double getPreciseY()
      Returns precise Y coordinate of the mouse event. If floored, this should be the same as getY().
      Returns:
      precise Y coordinate of the mouse event
    • getRawXN

      public Double getRawXN()
    • getRawYN

      public Double getRawYN()
    • getRawPoint

      public Point2D.Double getRawPoint()
    • getZoom

      public double getZoom()