Interface Pointer

  • All Known Implementing Classes:
    MousePointer

    public interface Pointer
    Pointer is an item that has a hotspot location to represent the "tip" of a mouse icon.
    • Method Detail

      • getHotspotX

        int getHotspotX()
        Get the hotspot X location relative to the X location of the icon.
      • getHotspotY

        int getHotspotY()
        Get the hotspot Y location relative to the Y location of the icon.