Uses of Class
adams.data.spectrumimage.AbstractSpectrumImageGenerator
-
Packages that use AbstractSpectrumImageGenerator Package Description adams.data.io.output adams.data.spectrumimage -
-
Uses of AbstractSpectrumImageGenerator in adams.data.io.output
Fields in adams.data.io.output declared as AbstractSpectrumImageGenerator Modifier and Type Field Description protected AbstractSpectrumImageGenerator
SpectrumImageWriter. m_Generator
the generator to use.Methods in adams.data.io.output that return AbstractSpectrumImageGenerator Modifier and Type Method Description AbstractSpectrumImageGenerator
SpectrumImageWriter. getGenerator()
Returns the generator to use.Methods in adams.data.io.output with parameters of type AbstractSpectrumImageGenerator Modifier and Type Method Description void
SpectrumImageWriter. setGenerator(AbstractSpectrumImageGenerator value)
Sets the generator to use. -
Uses of AbstractSpectrumImageGenerator in adams.data.spectrumimage
Subclasses of AbstractSpectrumImageGenerator in adams.data.spectrumimage Modifier and Type Class Description class
AbstractSpectrumImageGeneratorWithRange
Ancestor for spectrum image generators that limit the amplitude ranges.class
AmplitudeRatio
Generates a square image (width is number of wave numbers) with the pixels being the ratio for each possible amplitude pair.class
Intensity
Generates a simple intensity image.class
Spectrogram
Generates a spectrogram image of the spectrum.
-