Methods

Class/Module Index [+]

Quicksearch

TaskJuggler::Painter::PolyLine

A Polygon line element.

Public Class Methods

new(attrs) click to toggle source

Create a polygon line with the provided Points.

# File lib/taskjuggler/Painter/BasicShapes.rb, line 64
def initialize(attrs)
  super('polyline', [ :points ] + FillAndStrokeAttrs, attrs)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.