paint abstract method

void paint(
  1. Buffer buffer,
  2. Rect area,
  3. Style baseStyle
)

Performs direct rendering modifications to the relative buffer.

Implementation

void paint(Buffer buffer, Rect area, Style baseStyle);