Uses of Interface
cz.cuni.jagrlib.iface.ImageSynthesizer

Packages that use ImageSynthesizer
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of ImageSynthesizer in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement ImageSynthesizer
 class DefaultImageSynthesizer
          Default implementation of ImageSynthesizer interface.
 

Uses of ImageSynthesizer in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement ImageSynthesizer
 class JitteringSynthesizer
          Jittering image synthesizer with progressive rendering.
 class SimpleSynthesizer
          Simple image synthesizer with progressive rendering.
 class TestImageLaser
          Test image generator - test picture for (laser) printers.
 

Uses of ImageSynthesizer in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement ImageSynthesizer
 class FractalCircles
          Fractal specimen - simple concentrating circles.
 class TestGamma
          Test image specimen - gamma tester.
 

Uses of ImageSynthesizer in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as ImageSynthesizer
protected  ImageSynthesizer GridRenderWorker.synt
          Image synthesizer (should be stopped in GridRenderWorker.stop()).
protected  ImageSynthesizer SampleRenderWorker.synt
          Image synthesizer (should be stopped in SampleRenderWorker.stop()).