예제 #1
0
파일: Chartdata.java 프로젝트: ringgi/railo
 /** @param value the value to set */
 public void setValue(double value) {
   data.setValue(value);
 }