Class: Conquer::Dzen::Graphics::RectangleOutline
- Defined in:
- lib/conquer/dzen/graphics/rectangle_outline.rb
Instance Attribute Summary
Attributes inherited from Rectangle
Instance Method Summary collapse
-
#initialize ⇒ RectangleOutline
constructor
A new instance of RectangleOutline.
Methods inherited from Graphic
Methods included from Positioning
#ignore_bg, #lock_x, #shift, #unlock_x
Constructor Details
#initialize ⇒ RectangleOutline
Returns a new instance of RectangleOutline.
7 8 9 10 |
# File 'lib/conquer/dzen/graphics/rectangle_outline.rb', line 7 def initialize(*) super @template = '^ro(%dx%d)' end |