Parent

Methods

Class/Module Index [+]

Quicksearch

TaskJuggler::Painter::Circle

A circle element.

Public Class Methods

new(attrs) click to toggle source

Create a circle with center at cx, cy and radius r.

# File lib/taskjuggler/Painter/BasicShapes.rb, line 23
def initialize(attrs)
  super('circle', [ :cx, :cy, :r ] + FillAndStrokeAttrs, attrs)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.