| org.cougaar.demo.mandelbrot.v2.FractalService
FractalService | public interface FractalService (Code) | | This service provides access to a calculator implementation.
See Also: MandelbrotCalculator See Also: Mandelbrot Set implementation See Also: JuliaCalculator See Also: Julia Set implementation |
Method Summary | |
byte[] | calculate(int width, int height, double min_x, double max_x, double min_y, double max_y) |
calculate | byte[] calculate(int width, int height, double min_x, double max_x, double min_y, double max_y)(Code) | | |
|
|