infpp.fractal
Interface Colorizer
- All Known Implementing Classes:
- DiscreteColorizer, FireColorizer, GrayScaleColorizer, SabrinasColorizer, YellowBlueColorizer
public interface Colorizer
The Colorizer interface provides an interface to colorizer objects, which
are used to colorize fractals.
- Author:
- both
Method Summary |
java.awt.Color |
calculateColor(int numberOfIterations)
Calculates a Color given the number of required iterations at a point in
a fractal. |
calculateColor
java.awt.Color calculateColor(int numberOfIterations)
- Calculates a Color given the number of required iterations at a point in
a fractal.
- Parameters:
numberOfIterations
- the given number of required iterations
- Returns:
- the calculated Color