Uses of Class
adams.data.image.transformer.ImageType.Type
-
Packages that use ImageType.Type Package Description adams.data.image.transformer -
-
Uses of ImageType.Type in adams.data.image.transformer
Fields in adams.data.image.transformer declared as ImageType.Type Modifier and Type Field Description protected ImageType.TypeImageType. m_Typethe image type.Methods in adams.data.image.transformer that return ImageType.Type Modifier and Type Method Description ImageType.TypeImageType. getType()Returns the type of image to convert to.ImageType.TypeImageType.Type. parse(String s)Parses the given string and returns the associated enum.static ImageType.TypeImageType.Type. type(int type)Returns the enum type for the integer type, if possible.static ImageType.TypeImageType.Type. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static ImageType.TypeImageType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageType.Type[]ImageType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.image.transformer with parameters of type ImageType.Type Modifier and Type Method Description voidImageType. setType(ImageType.Type value)Sets the type of image to convert to.
-