public class NoisePatternGenerator extends PatternGenerator
| Modifier and Type | Method and Description |
|---|---|
GeneratedImage |
generateImage(int width,
int height,
Map<String,String> parameters)
Generate a GeneratedImage with the provided width and height.
|
getBufferedImageFromRaster, getDoubleParameter, getIntParameter, getName, getParameter, getStringParameterpublic GeneratedImage generateImage(int width, int height, Map<String,String> parameters)
PatternGeneratorgenerateImage in class PatternGeneratorwidth - The image widthheight - The imageparameters - The parameters to be used to generate the image.Copyright © 2016 LSST. All rights reserved.