Package cz.cuni.jagrlib.worker

JaGrLib worker modules - descendants of Worker.

See:
          Description

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

Enum Summary
Search2DWorker.DistributionType Implemented data-set types.
 

Package cz.cuni.jagrlib.worker Description

JaGrLib worker modules - descendants of Worker.

Since:
0.23
See Also:
cz.cuni.jagrlib.piece, cz.cuni.jagrlib.testing, cz.cuni.jagrlib.obscure