draw abstract method

void draw(
  1. ConsoleExecutor console
)

Draws the component on the console.

It should not restore the cursor position. The caller is responsible for restoring the cursor position to improve performance.

Implementation

void draw(ConsoleExecutor console);