Beispiel #1
0
 public Visualizer(ICanvas canvas, IPathCreater pathCreator, ITagsCreater tagsCreater, IBackgroundPainter backgroundPainter)
 {
     this.canvas            = canvas;
     creater                = pathCreator;
     this.tagsCreater       = tagsCreater;
     this.backgroundPainter = backgroundPainter;
 }
Beispiel #2
0
 public LiteratureTextParser(IPathCreater creater, ITextReader reader)
 {
     this.creater = creater;
     this.reader  = reader;
 }