Record Class Circle

java.lang.Object
java.lang.Record
org.freedesktop.cairo.Circle
Record Components:
x - x coordinate of the center
y - y coordinate of the center
radius - radius of the circle

public record Circle(double x, double y, double radius) extends Record
A circle defined by the x and y coordinates of the center and the radius.
Since:
1.16