|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Colorizer in infpp.fractal |
---|
Classes in infpp.fractal that implement Colorizer | |
---|---|
class |
DiscreteColorizer
The DiscreteColorizer class is the simplest implementation of the Colorizer interface. |
class |
FireColorizer
The FireColorizer class provides a Colorizer that generates really hot colors. |
class |
GrayScaleColorizer
The GrayScaleColorizer class provides a Colorizer that generates different shades of gray. |
class |
SabrinasColorizer
This colorizer was adapted from a program by Ms. |
class |
YellowBlueColorizer
The YellowBlueColorizer class provides a Colorizer that generates colors from yellow to blue. |
Constructors in infpp.fractal with parameters of type Colorizer | |
---|---|
SwingFractalGUI(FractalGenerator mandelbrotGenerator,
JuliaFractalGenerator juliaGenerator,
Colorizer mandelbrotColorizer,
Colorizer juliaColorizer)
Constructs a SwingFractalGUI using the supplied FractalGenerators and Colorizers and default values for width and height. |
|
SwingFractalGUI(FractalGenerator mandelbrotGenerator,
JuliaFractalGenerator juliaGenerator,
Colorizer mandelbrotColorizer,
Colorizer juliaColorizer,
int width,
int height)
Constructs a SwingFractalGUI using the supplied generators and Colorizers as well as the specified values for width, height. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |