Class: GD2::Canvas::FilledWedge
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
Methods inherited from Arc
Constructor Details
This class inherits a constructor from GD2::Canvas::Wedge
Instance Method Details
#style ⇒ Object
142 143 144 |
# File 'lib/gd2/canvas.rb', line 142 def style super & ~(NO_FILL | EDGED) end |