Java Cara Membuat Eclipse 2D

//for shapes that need to intake doubles 
Ellipse2D.Double circle = new Ellipse2D.Double(x, y, width, height);
Charming Camel