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 componentvoidprocess(Image[] inputs, Image output, int[] sources, Sampler samp, DepthSampler dpSamp) Process the image.protected voidupdateSettings(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:HTMLWriterProcess the image. This should happen late.- Overrides:
processin 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:HTMLWriterA name for the component- Specified by:
getNamein interfaceComponent- Overrides:
getNamein classHTMLWriter
-
getDescription
Description copied from class:HTMLWriterA description for the compontent.- Specified by:
getDescriptionin interfaceComponent- Overrides:
getDescriptionin classHTMLWriter
-
updateSettings
Update the settings before creating the appropriate HTML- Overrides:
updateSettingsin classHTMLWriter- Parameters:
output- The output imagesamp- The sampler used to create the output image.
-