Uses of Class
jexer.bits.ImageUtils.DisplayMode
-
Packages that use ImageUtils.DisplayMode Package Description jexer.bits Low-level data objects and utility functions that don't warrant their own separate package. -
-
Uses of ImageUtils.DisplayMode in jexer.bits
Methods in jexer.bits that return ImageUtils.DisplayMode Modifier and Type Method Description static ImageUtils.DisplayModeImageUtils.DisplayMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageUtils.DisplayMode[]ImageUtils.DisplayMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer.bits with parameters of type ImageUtils.DisplayMode Modifier and Type Method Description static Cell[][]ImageUtils. imageToCells(Backend backend, java.awt.image.BufferedImage image, int textWidth, int textHeight, ImageUtils.DisplayMode displayMode, java.awt.Color backColor, boolean bleedThrough)Convert an image to a 2D array of cells.
-