Package jexer.tackboard
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHotspotX()
Get the hotspot X location relative to the X location of the icon.int
getHotspotY()
Get the hotspot Y location relative to the Y location of the icon.
-