Serializable
, Component
, Processor
public class RGBWriter extends HTMLWriter
Constructor | Description |
---|---|
RGBWriter() |
Modifier and Type | Method | 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, writeHeader
public void process(Image[] inputs, Image output, int[] sources, Sampler samp, DepthSampler dpSamp)
HTMLWriter
process
in interface Processor
process
in class HTMLWriter
inputs
- 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()
HTMLWriter
getName
in interface Component
getName
in class HTMLWriter
public String getDescription()
HTMLWriter
getDescription
in interface Component
getDescription
in class HTMLWriter
protected void updateSettings(Image output, Sampler samp)
updateSettings
in class HTMLWriter
output
- The output imagesamp
- The sampler used to create the output image.