public GenuineTAMImageDiagramGenerator(GenuineTAMImageDiagramGeneratorConfiguration generationConfiguration, StrokesGenerator strokesGenerator)
 {
     _generationConfiguration = generationConfiguration;
     _strokesGenerator        = strokesGenerator;
 }
 public PoissonTAMImageDiagramGenerator(TAMPoissonDiskSampler sampler, StrokesGenerator strokesGenerator, PoissonTAMImageDiagramGeneratorConfiguration configuration)
 {
     _sampler          = sampler;
     _configuration    = configuration;
     _strokesGenerator = strokesGenerator;
 }