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

fix of abstractshape

parent c0b4692d
No related branches found
No related tags found
No related merge requests found
package shape;
import javafx.geometry.Point2D;
import javafx.scene.canvas.GraphicsContext;
import java.util.ArrayList;
......@@ -25,6 +23,5 @@ public abstract class AbstractShape implements Shape {
}
@Override
public abstract void draw(GraphicsContext graphicsContext);
public abstract void draw(GraphicsContext graphics);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment