Package ilcd
Class Attribute

Public Method setLineThickness

static void setLineThickness(int thickness)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
thickness 1 ... 64 thickness of a line

Sets the current line thickness.

Note

Example

Attribute.setLineThickness(5);

This example will set the line thickness to 5.

See also:

Draw.drawLine(int, int)
Draw.drawRectangle(int, int, int)
Draw.drawStyledCircle(int, int)
Draw.drawEllipse(int, int, int)
Attribute.setLineCapsStyle(int)
Attribute.setLineEndingMode(int)