Class: Dogviz::PngSequenceRenderer
- Inherits:
-
PlantUmlSequenceRenderer
- Object
- SequenceRenderer
- PlantUmlSequenceRenderer
- Dogviz::PngSequenceRenderer
- Defined in:
- lib/dogviz/sequence_renderer.rb
Instance Attribute Summary
Attributes inherited from SequenceRenderer
Instance Method Summary collapse
-
#initialize(title) ⇒ PngSequenceRenderer
constructor
A new instance of PngSequenceRenderer.
Methods inherited from PlantUmlSequenceRenderer
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 |