public class RGBWriter extends HTMLWriter
| Constructor and Description |
|---|
RGBWriter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A description for the compontent.
|
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 appropiate HTML
|
printoutTemplate, setSettings, slurp, updateHeader, writeFooter, writeHeaderpublic void process(Image[] inputs, Image output, int[] sources, Sampler samp, DepthSampler dpSamp)
HTMLWriterprocess in interface Processorprocess in class HTMLWriterinputs - The input images.output - The output imagesources - Usually a map giving the input image used for each output pixelsamp - The sampler used to create the outputdpSamp - For 3-d images the sampler in the energy axis.public String getName()
HTMLWritergetName in interface ComponentgetName in class HTMLWriterpublic String getDescription()
HTMLWritergetDescription in interface ComponentgetDescription in class HTMLWriterprotected void updateSettings(Image output, Sampler samp)
updateSettings in class HTMLWriteroutput - The output imagesamp - The sampler used to create the output image.