Package 

Class Circle

  • All Implemented Interfaces:
    it.unibo.alchemist.loader.shapes.Shape

    
    public class Circle<P extends Position2D<P>>
    extends Abstract2DShape<P>
                        

    A circle.

    • Constructor Summary

      Constructors 
      Constructor Description
      Circle(double centerx, double centery, double radius)
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.loader.shapes.Abstract2DShape

        contains, toString
      • Methods inherited from class it.unibo.alchemist.loader.shapes.Shape

        contains
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Circle

        Circle(double centerx, double centery, double radius)
        Parameters:
        centerx - x coordinate of the center of the circle
        centery - y coordinate of the center of the circle
        radius - the circle radius