Class: GD2::Canvas::FilledWedge

Inherits:
Wedge
  • Object
show all
Defined in:
lib/gd2/canvas.rb

Constant Summary

Constants inherited from Wedge

Wedge::ARC, Wedge::CHORD, Wedge::EDGED, Wedge::NO_FILL, Wedge::PIE

Instance Method Summary collapse

Methods inherited from Wedge

#draw, #initialize

Methods inherited from Arc

#draw, #initialize

Constructor Details

This class inherits a constructor from GD2::Canvas::Wedge

Instance Method Details

#styleObject



142
143
144
# File 'lib/gd2/canvas.rb', line 142

def style
  super & ~(NO_FILL | EDGED)
end