attach method
Attaches a newDelegate to this controller. Called automatically by CartesianPlane.
Implementation
void attach(CartesianCanvasDelegate newDelegate) =>
canvasDelegate = newDelegate;
Attaches a newDelegate to this controller. Called automatically by CartesianPlane.
void attach(CartesianCanvasDelegate newDelegate) =>
canvasDelegate = newDelegate;