| java.lang.Object org.jvnet.substance.painter.noise.NoiseFactory
NoiseFactory | public class NoiseFactory (Code) | | Factory for creating noise images. This class is part of officially supported
API.
author: Kirill Grouchnikov. |
Method Summary | |
public static BufferedImage | getNoiseImage(SubstanceTheme theme1, SubstanceTheme theme2, int width, int height, double xFactor, double yFactor, boolean hasConstantZ, NoiseFilter noiseFilter, boolean toBlur, boolean isPreview) Returns a noise image.
Parameters: theme1 - The first theme to use for rendering the image. Parameters: theme2 - The second theme to use for rendering the image. Parameters: width - Image width. Parameters: height - Image height. Parameters: xFactor - X stretch factor. Parameters: yFactor - Y stretch factor. Parameters: hasConstantZ - Indication whether the Z is constant. Parameters: noiseFilter - Noise filter to apply. Parameters: toBlur - Indication whether the resulting image should be blurred. Parameters: isPreview - Indication whether the image is in preview mode. |
getNoiseImage | public static BufferedImage getNoiseImage(SubstanceTheme theme1, SubstanceTheme theme2, int width, int height, double xFactor, double yFactor, boolean hasConstantZ, NoiseFilter noiseFilter, boolean toBlur, boolean isPreview)(Code) | | Returns a noise image.
Parameters: theme1 - The first theme to use for rendering the image. Parameters: theme2 - The second theme to use for rendering the image. Parameters: width - Image width. Parameters: height - Image height. Parameters: xFactor - X stretch factor. Parameters: yFactor - Y stretch factor. Parameters: hasConstantZ - Indication whether the Z is constant. Parameters: noiseFilter - Noise filter to apply. Parameters: toBlur - Indication whether the resulting image should be blurred. Parameters: isPreview - Indication whether the image is in preview mode. Noise image. |
|
|