Package jadex.micro.examples.mandelbrot
Interface ICalculateService
- 
- All Known Implementing Classes:
- CalculateService
 
 public interface ICalculateServiceInterface for calculating an area of points.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<AreaData>calculateArea(AreaData data)Calculate colors for an area of points.
 
-