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.Type
BufferedImageBasedWriter. m_Type
the color format of the image.Methods in adams.gui.print that return BufferedImageBasedWriter.Type Modifier and Type Method Description BufferedImageBasedWriter.Type
BufferedImageBasedWriter. getType()
Returns the type of the image to create.static BufferedImageBasedWriter.Type
BufferedImageBasedWriter.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 void
BufferedImageBasedWriter. setType(BufferedImageBasedWriter.Type value)
Sets the type of image to create.
-