DhHotSpotShapes.CIRCLE

Overview | Methods | Fields | This Package | All Packages

DhHotSpotShapes.CIRCLE

Specifies that the hotspot has a circular shape.

Syntax

public static final int CIRCLE;

Remarks

Coordinates are specified as "center x, center y, radius"; for example, the following coordinates create a circle with a center at x=12, y=19 and a radius of 7.

setCoords(new int[] {12, 19, 7})