ellipse.toString()
Returns the ellipse represented as a string.
new g.Ellipse({ x: 10, y: 10}, 20, 30).toString() = "10@10 20 30"