public void clearFunction() { this.funct = null; draw(); }
public void setFunction(Function input) { this.funct = input; draw(); }