public class HotSpotManager
extends java.lang.Object
| Constructor and Description |
|---|
HotSpotManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHotSpot(Rect r,
View.OnClickListener l) |
void |
clear() |
void |
processHit(Point point) |
void |
removeHotSpot(Rect r,
View.OnClickListener l) |
public java.util.LinkedList<HotSpot> spots