draw abstract method

void draw(
  1. Graphics g,
  2. Size size
)

Subclasses must implement this method and use the Graphics draw commands to generate the output Path.

Implementation

void draw(Graphics g, Size size);