Package ilcd
Class Draw

Public Method fillDisplay

static void fillDisplay()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Fills the entire active viewport with the active fill pattern (see Attribute.setFillingColor(int), Attribute.setFillingGradient(int, int, int, int) or Attribute.setFillingTile(int)). Afterwards the cursor position is set to 0/0.

Note

Example

Draw.fillDisplay();

Fills the display with the active fill pattern.

See also:

Draw.fillDisplayArea(int, int)
Attribute.setFillingColor(int)
Attribute.setFillingGradient(int, int, int, int)
Attribute.setFillingTile(int)
Attribute.setAlpha(int)
Attribute.setAdjustmentForGraphics(int)