Uses of Class
jadex.micro.examples.mandelbrot.AreaData

Packages that use AreaData
jadex.micro.examples.mandelbrot   
 

Uses of AreaData in jadex.micro.examples.mandelbrot
 

Fields in jadex.micro.examples.mandelbrot declared as AreaData
protected  AreaData DisplayPanel.data
          The latest area data used for determining original coordinates of painted regions.
 

Methods in jadex.micro.examples.mandelbrot with parameters of type AreaData
 IFuture ICalculateService.calculateArea(AreaData data)
          Calculate colors for an area of points.
 IFuture CalculateService.calculateArea(AreaData data)
          Calculate colors for an area of points.
 IFuture IDisplayService.displayResult(AreaData result)
          Display the result of a calculation.
 IFuture DisplayService.displayResult(AreaData result)
          Display the result of a calculation.
protected  void GenerateService.distributeWork(AreaData data, Collection sers, IDisplayService ds, Future ret)
          Distribute the work to different worker services.
 IFuture IGenerateService.generateArea(AreaData data)
          Generate a specific area using a defined x and y size.
 IFuture GenerateService.generateArea(AreaData data)
          Generate a specific area using a defined x and y size.
 void DisplayPanel.setResults(AreaData data)
          Set new results.
 void GeneratePanel.updateProperties(AreaData data)
          Update the properties with new area data.
 



Copyright © 2010. All Rights Reserved.