Class: Dogviz::PngSequenceRenderer

Inherits:
PlantUmlSequenceRenderer show all
Defined in:
lib/dogviz/sequence_renderer.rb

Instance Attribute Summary

Attributes inherited from SequenceRenderer

#lines

Instance Method Summary collapse

Methods inherited from PlantUmlSequenceRenderer

#divider

Methods inherited from SequenceRenderer

#divider, #end_combination, #note, #render_edge, #rendered, #start_combination

Constructor Details

#initialize(title) ⇒ PngSequenceRenderer

Returns a new instance of PngSequenceRenderer.



110
111
112
113
# File 'lib/dogviz/sequence_renderer.rb', line 110

def initialize title
  super title
  @rendered_class = PngRenderedSequence
end