attach method

void attach(
  1. CartesianCanvasDelegate newDelegate
)

Attaches a newDelegate to this controller. Called automatically by CartesianPlane.

Implementation

void attach(CartesianCanvasDelegate newDelegate) =>
    canvasDelegate = newDelegate;