cz.cuni.jagrlib.iface
Interface Worker
- All Superinterfaces:
- Breakable, Property, java.lang.Runnable
- All Known Implementing Classes:
- AlphaWorker, AnimationWorker, AntCityWorker, AudioFilterWorker, BezierWorker, ColorReduceWorker, CompressionWorker, EllipseWorker, 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 java.lang.Runnable, Property, Breakable
Interface for runable modules.
- See Also:
- Worker.java
Field Summary |
static java.lang.String |
REJECT
Property key: auto-run denial. |
static java.lang.String |
REPEAT
Property key: number of items to draw. |
static java.lang.String |
SEED
Property key: pseudorandom generator seed (-1 for randomize). |
Methods inherited from interface java.lang.Runnable |
run |
REPEAT
static final java.lang.String REPEAT
- Property key: number of items to draw.
- See Also:
- Constant Field Values
SEED
static final java.lang.String SEED
- Property key: pseudorandom generator seed (-1 for randomize).
- See Also:
- Constant Field Values
REJECT
static final java.lang.String REJECT
- Property key: auto-run denial.
- See Also:
- Constant Field Values