Esempio n. 1
0
 /** @return return the maxRadius. */
 public float getMaxRadius() {
   if (changed) {
     compute();
   }
   return radiusOfGroup.getMaxRadius();
 }