Package skyview.request
Class RGBWriter
java.lang.Object
skyview.process.Processor
skyview.request.HTMLWriter
skyview.request.RGBWriter
- All Implemented Interfaces:
Serializable
,Component
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA description for the compontent.getName()
A name for the componentvoid
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 HTMLMethods inherited from class skyview.request.HTMLWriter
printoutTemplate, setSettings, slurp, updateHeader, updatesOutput, writeFooter, writeHeader
-
Constructor Details
-
RGBWriter
public RGBWriter()
-
-
Method Details
-
process
Description copied from class:HTMLWriter
Process the image. This should happen late.- Overrides:
process
in classHTMLWriter
- Parameters:
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.
-
getName
Description copied from class:HTMLWriter
A name for the component- Specified by:
getName
in interfaceComponent
- Overrides:
getName
in classHTMLWriter
-
getDescription
Description copied from class:HTMLWriter
A description for the compontent.- Specified by:
getDescription
in interfaceComponent
- Overrides:
getDescription
in classHTMLWriter
-
updateSettings
Update the settings before creating the appropriate HTML- Overrides:
updateSettings
in classHTMLWriter
- Parameters:
output
- The output imagesamp
- The sampler used to create the output image.
-