Package jexer.tackboard
Interface Pointer
-
- All Known Implementing Classes:
MousePointer
public interface PointerPointer is an item that has a hotspot location to represent the "tip" of a mouse icon.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHotspotX()Get the hotspot X location relative to the X location of the icon.intgetHotspotY()Get the hotspot Y location relative to the Y location of the icon.
-