public class FractalFlameFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
FractalFlameFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.awt.image.BufferedImage |
getFractalFlameImage(int width,
int height,
int iterations,
IteratedFunctionSystem ifs) |
Returns a noise image.
|
static java.awt.image.BufferedImage |
getFractalFlameImage(org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme colorScheme,
int width,
int height,
int iterations,
IteratedFunctionSystem ifs) |
Returns a noise image.
|
static java.awt.image.BufferedImage |
getFractalFlameImage(org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme colorScheme1,
org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme colorScheme2,
int width,
int height,
int iterations,
IteratedFunctionSystem ifs) |
Returns a noise image.
|
public static java.awt.image.BufferedImage getFractalFlameImage(org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme colorScheme1,
org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme colorScheme2,
int width,
int height,
int iterations,
IteratedFunctionSystem ifs)
colorScheme1 - The first color scheme to use for rendering the image.colorScheme2 - The second color scheme to use for rendering the image.width - Image width.height - Image height.public static java.awt.image.BufferedImage getFractalFlameImage(org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme colorScheme,
int width,
int height,
int iterations,
IteratedFunctionSystem ifs)
colorScheme - The color scheme to use for rendering the image.width - Image width.height - Image height.public static java.awt.image.BufferedImage getFractalFlameImage(int width,
int height,
int iterations,
IteratedFunctionSystem ifs)
width - Image width.height - Image height.