Uses of Class
adams.gui.print.BufferedImageBasedWriter.Type
-
Packages that use BufferedImageBasedWriter.Type Package Description adams.gui.print -
-
Uses of BufferedImageBasedWriter.Type in adams.gui.print
Fields in adams.gui.print declared as BufferedImageBasedWriter.Type Modifier and Type Field Description protected BufferedImageBasedWriter.TypeBufferedImageBasedWriter. m_Typethe color format of the image.Methods in adams.gui.print that return BufferedImageBasedWriter.Type Modifier and Type Method Description BufferedImageBasedWriter.TypeBufferedImageBasedWriter. getType()Returns the type of the image to create.static BufferedImageBasedWriter.TypeBufferedImageBasedWriter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BufferedImageBasedWriter.Type[]BufferedImageBasedWriter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.print with parameters of type BufferedImageBasedWriter.Type Modifier and Type Method Description voidBufferedImageBasedWriter. setType(BufferedImageBasedWriter.Type value)Sets the type of image to create.
-