Uses of Class
adams.data.jai.ImageType
-
Packages that use ImageType Package Description adams.data.jai -
-
Uses of ImageType in adams.data.jai
Methods in adams.data.jai that return ImageType Modifier and Type Method Description ImageType
ImageType. parse(String s)
Parses the given string and returns the associated enum.static ImageType
ImageType. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.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.
-