public class NoiseFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
NoiseFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.awt.image.BufferedImage |
getNoiseImage(org.pushingpixels.substance.api.SubstanceSkin skin,
int width,
int height,
double xFactor,
double yFactor,
boolean hasConstantZ,
NoiseFilter noiseFilter,
boolean toBlur,
boolean isPreview) |
Returns a noise image.
|
public static java.awt.image.BufferedImage getNoiseImage(org.pushingpixels.substance.api.SubstanceSkin skin,
int width,
int height,
double xFactor,
double yFactor,
boolean hasConstantZ,
NoiseFilter noiseFilter,
boolean toBlur,
boolean isPreview)
skin - The skin to use for rendering the image.width - Image width.height - Image height.xFactor - X stretch factor.yFactor - Y stretch factor.hasConstantZ - Indication whether the Z is constant.noiseFilter - Noise filter to apply.toBlur - Indication whether the resulting image should be blurred.isPreview - Indication whether the image is in preview mode.