Class: RXaal::Rectangle

Inherits:
GraphicPrim show all
Defined in:
lib/rectangle.rb

Direct Known Subclasses

Square

Instance Attribute Summary

Attributes inherited from XaalElement

#doc, #id, #refs

Instance Method Summary collapse

Methods inherited from GraphicPrim

#superclass_serialize

Methods inherited from XaalElement

#add_attribute, #add_ref, get_new_default_id, modify_ref, #rm_ref, #superclass_serialize

Methods included from Serializable

#xaal_serialize

Constructor Details

#initializeRectangle

Returns a new instance of Rectangle.



6
7
8
# File 'lib/rectangle.rb', line 6

def initialize
  super
end