예제 #1
0
파일: Graph.java 프로젝트: tdaw61/random
 public void clearFunction() {
   this.funct = null;
   draw();
 }
예제 #2
0
파일: Graph.java 프로젝트: tdaw61/random
 public void setFunction(Function input) {
   this.funct = input;
   draw();
 }