Class MoveHotPointEvent


public class MoveHotPointEvent extends SystemEvent
  • Field Details

    • newHotPointX

      protected final int newHotPointX
    • newHotPointY

      protected final int newHotPointY
    • precisely

      protected final boolean precisely
  • Constructor Details

    • MoveHotPointEvent

      public MoveHotPointEvent(int newHotPointX, int newHotPointY, boolean precisely)
  • Method Details

    • getNewHotPointX

      public int getNewHotPointX()
    • getNewHotPointY

      public int getNewHotPointY()
    • precisely

      public boolean precisely()