Interface Drawable

interface Drawable {
    draw(): void;
}

Hierarchy (view full)

Methods

Methods

  • Returns void