TaskJuggler::Painter::Element
An ellipse element.
Create an ellipse with center at cx, cy and radiuses rx and ry.
# File lib/taskjuggler/Painter/BasicShapes.rb, line 33 def initialize(attrs) super('ellipse', [ :cx, :cy, :rx, :ry ] + FillAndStrokeAttrs, attrs) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.