コード例 #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();
 }