Java, как сделать 2D Eclipse

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