Methods

Class/Module Index [+]

Quicksearch

TaskJuggler::Painter::Ellipse

An ellipse element.

Public Class Methods

new(attrs) click to toggle source

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.