Specifies that the hotspot has a rectangular shape.
public static final int RECTANGLE;
Coordinates are specified as "top, left, width, and height"; for example, the following coordinates create a rectangle.
setCoords(new int[] {5,5,10,20})