public class RGBWriter extends HTMLWriter
| Constructor and Description |
|---|
RGBWriter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
A description for the component.
|
java.lang.String |
getName()
A name for the component.
|
void |
process(Image[] inputs,
Image output,
int[] sources,
Sampler samp,
DepthSampler dpSamp)
Process the image.
|
protected void |
updateSettings(Image output,
Sampler samp)
Update the settings before creating the appropriate HTML
|
printoutTemplate, setSettings, slurp, updateHeader, updatesOutput, writeFooter, writeHeaderpublic void process(Image[] inputs, Image output, int[] sources, Sampler samp, DepthSampler dpSamp)
HTMLWriterprocess in class HTMLWriterinputs - The input images.output - The output image.sources - Usually a map giving the input image used for each output pixel.samp - The sampler used to create the output.dpSamp - For 3-d images the sampler in the energy axis.public java.lang.String getName()
HTMLWritergetName in interface ComponentgetName in class HTMLWriterpublic java.lang.String getDescription()
HTMLWritergetDescription in interface ComponentgetDescription in class HTMLWriterprotected void updateSettings(Image output, Sampler samp)
updateSettings in class HTMLWriteroutput - The output image.samp - The sampler used to create the output image.