Class: Bio::Graphics::Glyph::Generic
- Defined in:
- lib/bio/graphics/glyphs/generic.rb
Instance Attribute Summary
Attributes inherited from Common
Instance Method Summary collapse
Methods inherited from Common
#initialize, #left_pixel, #right_pixel
Constructor Details
This class inherits a constructor from Bio::Graphics::Glyph::Common
Instance Method Details
#draw ⇒ Object
11 12 13 |
# File 'lib/bio/graphics/glyphs/generic.rb', line 11 def draw @feature_context.rectangle(self.left_pixel, 0, (self.right_pixel - self.left_pixel), Bio::Graphics::FEATURE_HEIGHT).fill end |