Class: Archimate::Svg::Entity::TechnologyEvent

Inherits:
EventEntity show all
Defined in:
lib/archimate/svg/entity/technology_event.rb

Instance Attribute Summary

Attributes inherited from BaseEntity

#background_class, #badge, #badge_bounds, #bounds_offset, #child, #entity, #text_bounds

Instance Method Summary collapse

Methods inherited from EventEntity

#calc_event_text_bounds, #entity_shape, #event_path

Methods inherited from RoundedRectEntity

#entity_shape

Methods inherited from BaseEntity

#entity_badge, #entity_label, #group_attrs, #optional_link, #shape_style, #text_lines, #text_style, #to_svg

Constructor Details

#initialize(child, bounds_offset) ⇒ TechnologyEvent

Returns a new instance of TechnologyEvent.



7
8
9
# File 'lib/archimate/svg/entity/technology_event.rb', line 7

def initialize(child, bounds_offset)
  super
end