Skip to content
Snippets Groups Projects
Commit be14b382 authored by AREZKI Celia's avatar AREZKI Celia
Browse files

fix of The Circle class stores the center point and radius, and it implements...

fix of The Circle class stores the center point and radius, and it implements the draw method to render the circle using JavaFX's GraphicsContext.
parent 0adea74d
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ public class Circle implements Shape {
@Override
public int pointsCount() {
return 1; // Un cercle n'a qu'un centre
return 1;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment