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 AbstractSpectrumImageGeneratorSpectrumImageWriter. m_Generatorthe generator to use.Methods in adams.data.io.output that return AbstractSpectrumImageGenerator Modifier and Type Method Description AbstractSpectrumImageGeneratorSpectrumImageWriter. getGenerator()Returns the generator to use.Methods in adams.data.io.output with parameters of type AbstractSpectrumImageGenerator Modifier and Type Method Description voidSpectrumImageWriter. 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 classAbstractSpectrumImageGeneratorWithRangeAncestor for spectrum image generators that limit the amplitude ranges.classAmplitudeRatioGenerates a square image (width is number of wave numbers) with the pixels being the ratio for each possible amplitude pair.classIntensityGenerates a simple intensity image.classSpectrogramGenerates a spectrogram image of the spectrum.
-