Uses of Class
adams.data.spectrumimage.ImageType
-
Packages that use ImageType Package Description adams.data.spectrumimage -
-
Uses of ImageType in adams.data.spectrumimage
Fields in adams.data.spectrumimage declared as ImageType Modifier and Type Field Description protected ImageType
AbstractSpectrumImageGenerator. m_ImageType
the image type to generate.Methods in adams.data.spectrumimage that return ImageType Modifier and Type Method Description ImageType
AbstractSpectrumImageGenerator. getImageType()
Returns the type of image to generate.static ImageType
ImageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageType[]
ImageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.spectrumimage with parameters of type ImageType Modifier and Type Method Description void
AbstractSpectrumImageGenerator. setImageType(ImageType value)
Sets the type of image to generate.
-