예제 #1
0
파일: Group.java 프로젝트: michael-k/ccvisu
 /** @return return the maxRadius. */
 public float getMaxRadius() {
   if (changed) {
     compute();
   }
   return radiusOfGroup.getMaxRadius();
 }