Package ilcd
Class Draw

Public Method drawCircle

static void drawCircle(int radius)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
radius 1 ... max[width, height] radius of the circle

Draws a circle with the radius radius and the current cursor position as center.

Note

Example

Draw.drawCircle(10);

Draws a circle with a radius of 10 pixels to the current cursor position.

See also:

Draw.drawLine(int, int)
Draw.drawStyledCircle(int, int)
Draw.drawRectangle(int, int, int)
Draw.drawEllipse(int, int, int)
Control.getCursorPosition()
Attribute.setInverseMode(boolean)
Attribute.setForegroundColor(int)