Class BirthdayExtension.Circle

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double radius  
      (package private) double x  
      (package private) double y  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Circle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean overlaps​(BirthdayExtension.Circle other)  
      (package private) void setPosition​(double x, double y)  
      (package private) void setRadius​(double radius)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait