cz.cuni.jagrlib.iface
Interface Worker

All Superinterfaces:
Breakable, Property, Runnable
All Known Implementing Classes:
AlphaWorker, AnimationWorker, AntCityWorker, AudioFilterWorker, BezierWorker, ColorReduceWorker, CompressionWorker, EllipseWorker, EulerWorker, FeatureWarpingWorker, FloodFillWorker, GlobalIlluminationWorker, GLWorker, GridRenderWorker, ImageCompositionWorker, ImageCompressionWorker, ImageFilterWorker, LineAntiWorker, LineClipAntiWorker, LineClipWorker, LineWorker, LineWorkerStar, PolygonClipWorker, PolygonFillAntiWorker, PolygonFillWorker, PolylineAntiWorker, ProjectionWorker, Render3DWorker, SampleRenderWorker, Search2DWorker, TextWorker, TriangleWarpingWorker, WarpingWorker

public interface Worker
extends Runnable, Property, Breakable

Interface for runable modules.

Version:
0.26 $Rev: 466 $ $Date: 2007-05-26 07:12:19 +0200 (so, 26 V 2007) $ $Author: pepca $
Author:
PE, Jan Kostlivy
See Also:
Worker.java

Field Summary
static String REJECT
          Property key: auto-run denial.
static String REPEAT
          Property key: number of items to draw.
static String SEED
          Property key: pseudorandom generator seed (-1 for randomize).
 
Fields inherited from interface cz.cuni.jagrlib.iface.Property
LOGGING, STATISTICS, TEXT_DESCRIPTION
 
Method Summary
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface cz.cuni.jagrlib.iface.Property
commit, get, set
 
Methods inherited from interface cz.cuni.jagrlib.Breakable
setProgressListener, stop
 

Field Detail

REPEAT

static final String REPEAT
Property key: number of items to draw.

See Also:
Constant Field Values

SEED

static final String SEED
Property key: pseudorandom generator seed (-1 for randomize).

See Also:
Constant Field Values

REJECT

static final String REJECT
Property key: auto-run denial.

See Also:
Constant Field Values