Class: Conquer::Dzen::Graphics::RectangleOutline

Inherits:
Rectangle show all
Defined in:
lib/conquer/dzen/graphics/rectangle_outline.rb

Instance Attribute Summary

Attributes inherited from Rectangle

#height, #width

Instance Method Summary collapse

Methods inherited from Graphic

#move, #to_s

Methods included from Positioning

#ignore_bg, #lock_x, #shift, #unlock_x

Constructor Details

#initializeRectangleOutline

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