public double getRadius() {
   if (radiusCircle != null) return radiusCircle.getRadius();
   return 0;
 }