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