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

Packages that use Worker
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of Worker in cz.cuni.jagrlib.worker
 

Classes in cz.cuni.jagrlib.worker that implement Worker
 class AlphaWorker
          Worker: alpha blending test composition.
 class AnimationWorker
          Meta-worker for animation rendering.
 class AntCityWorker
          Worker: interactive ant-city rendering.
 class AudioFilterWorker
          Worker for audio replay and filtering.
 class BezierWorker
          Worker: Cubic curve drawing test composition.
 class ColorReduceWorker
          Worker: color reduce test composition.
 class CompressionWorker
          Worker: general data compression.
 class EllipseWorker
          Worker: ellipse drawing test composition.
 class FeatureWarpingWorker
          Worker for feature-based warping test composition.
 class FloodFillWorker
          Worker: flood-fill test composition.
 class GlobalIlluminationWorker
          Worker: computes illumination of scene using some global method and renders the result.
 class GLWorker
          Worker: GL graphics drawn in infinite loop.
 class GridRenderWorker
          Worker for raster-based imaging: ImageSynthesizer generates raster image (RasterGraphics).
 class ImageCompositionWorker
          Worker: raster image composition.
 class ImageCompressionWorker
          Worker: image compression test composition.
 class ImageFilterWorker
          Worker: image filter test composition.
 class LineAntiWorker
          Worker: anti-aliased line drawing test composition.
 class LineClipAntiWorker
          Worker: line clipping with antia-aliasing composition.
 class LineClipWorker
          Worker: line clipping & drawing test composition.
 class LineWorker
          Worker: line drawing test composition.
 class LineWorkerStar
          Worker: line drawing test composition (star-shape).
 class PolygonClipWorker
          Worker: polygon clipping test composition.
 class PolygonFillAntiWorker
          Worker: polygon fill with antialiasing test composition.
 class PolygonFillWorker
          Worker: polygon fill test composition.
 class PolylineAntiWorker
          Worker: anti-aliased thick poly-line drawing test composition.
 class ProjectionWorker
          Worker: interactive projection setup.
 class Render3DWorker
          Worker: 3D rendering (3D scene, Render3D renderer, result raster image)).
 class SampleRenderWorker
          Worker for sample-based rendering (Ray-casting, ray-tracing).
 class Search2DWorker
          Worker: GeometrySearch tests (2D center-pass & ray-pass).
 class TextWorker
          Worker: text drawing test composition.
 class TriangleWarpingWorker
          Worker for triangle-mesh warping test composition.
 class WarpingWorker
          Worker: interactive raster image warping (two-phase-Trigger warper module).