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