paint abstract method

void paint(
  1. Canvas canvas
)

Renders the object on the provided Canvas.

Implementation

void paint(Canvas canvas);