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

Packages that use Trigger
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
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 Trigger in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement Trigger
 class DefaultGraphicsViewer
          Default implementation of GraphicsViewer.
 class DefaultRender3D
          Default implementation of Render3D.
 

Uses of Trigger in cz.cuni.jagrlib.iface
 

Subinterfaces of Trigger in cz.cuni.jagrlib.iface
 interface GraphicsViewer
          Viewer for RasterGraphics, VectorGraphics etc.
 

Uses of Trigger in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement Trigger
 class AdditiveNoise
          Can add various types of noise to the raster image.
 class AlphaGenerator
          Generator of alpha-channel test patterns.
 class AudioFilter
          Audio filter framework - able to process several simple filters successively.
 class AudioReplay
          Audio replay module with GUI window.
 class AWTWindow
          Window able to display general AWT graphics.
 class BrepToImage
          Brep -> RasterGraphics converter, prepares Brep-vertices for compression.
 class CornellBox
          Generates classical Cornell Box.
 class EffectBlur
          Image effect - blur.
 class EffectPixelize
          Image effect example - image pixelization.
 class GLBrepRender
          GL scene rendering of connected Brep-scene.
 class GLWindow
          Window able to display GL graphics.
 class HDRMap
          HDR to LDR image conversion.
 class ImageCompute
          Image filter - general image composition.
 class ImageCrop
          Image cropping & scaling.
 class ImageTransition
          Transition effect between two input raster images.
 class RankFilter
          Rank filter module.
 class RasterImagePreview
          Raster image preview window.
 class RenderPainter
          Depth-sort rendering of Brep database.
 

Uses of Trigger in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement Trigger
 class AntCity
          Renders Ant-city (pilot implementation - not correct).
 class BlueScreen
          Image filter example - blue-screen masking.
 class Colormap332
          Color-reducing example - 3-3-2 palette generator.
 class ColorReduce
          Color-reducing example - rounding with 3-3-2 color palette.
 class ColorReduceRound
          Color-reducing example - rounding with pre-defined color palette.
 class DrawAxes
          Draws simple 3D scene to test projection matrices.
 class DrawAxesGL
          Draws simple 3D scene to test projection matrices (OpenGL version).
 class GraphR2ToR
          3D rendering example - graph of R^2 -> R mapping.
 class ImageConvert
          Image filter example - image convert.
 class Lissajous
          Raster drawing specimen - Lissajous curve.
 class OrderedDither
          Ordered Dithering.
 class RenderWireframe
          3D rendering example - wire-frame rendering of Brep database.
 class SFCDither
          Error-distribution dithering along external space-filling-curve.
 class Test3DScene
          Creates sample 3D scene (Brep) for testing of rendering algorithms.
 class TriMeshEditor
          Interactive triangle-mesh editor specimen.
 class WarpEngine
          Warping engine example - does naive forward mapping.
 class WarpingSpecimen
          Interactive image filter example - image warping specimen.
 

Fields in cz.cuni.jagrlib.testing declared as Trigger
protected  Trigger InteractiveProjection.trigger1
          Accelerator: notification object #1.
protected  Trigger InteractiveProjection.trigger2
          Accelerator: notification object #2.
 

Uses of Trigger in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as Trigger
protected  Trigger ColorReduceWorker.colormap
          Colormap generator (should be stopped in ColorReduceWorker.stop()).
protected  Trigger AudioFilterWorker.filter
          Audio filter (should be stopped in AudioFilterWorker.stop()).
 Trigger ImageCompositionWorker.filter
          Image filter (should be stopped in ImageCompositionWorker.stop()).
protected  Trigger ImageFilterWorker.filter
          Image filter (should be stopped in ImageFilterWorker.stop()).
protected  Trigger GlobalIlluminationWorker.init
          3D scene initialization object (should be stopped in case of user break).
protected  Trigger Render3DWorker.init
          3D scene initialization object (should be stopped in case of user break).
protected  Trigger ColorReduceWorker.mapper
          Image convertor mapper (should be stopped in ColorReduceWorker.stop()).