jfract V1.0a

org.jfract.util
Interface FractalComputer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractFractalBean

public interface FractalComputer
extends java.io.Serializable

the interface used to compute the compute the loop of the fractal


Method Summary
 int computeFractal(double x, double y)
          Compute the result for a point in x,y
 Location getDefaultLocation()
          give the default location in term of x, y, zoom
 

Method Detail

computeFractal

public int computeFractal(double x,
                          double y)
Compute the result for a point in x,y

getDefaultLocation

public Location getDefaultLocation()
give the default location in term of x, y, zoom

jfract V1.0a

Generee le 27.09.2002 08:21:59 PM