Uses of Class
jexer.bits.ImageUtils.Scale
-
Packages that use ImageUtils.Scale Package Description jexer.bits Low-level data objects and utility functions that don't warrant their own separate package. -
-
Uses of ImageUtils.Scale in jexer.bits
Methods in jexer.bits that return ImageUtils.Scale Modifier and Type Method Description static ImageUtils.Scale
ImageUtils.Scale. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImageUtils.Scale[]
ImageUtils.Scale. 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.Scale Modifier and Type Method Description static java.awt.image.BufferedImage
ImageUtils. scaleImage(java.awt.image.BufferedImage image, int width, int height, ImageUtils.Scale scale, java.awt.Color backColor)
Scale an image to be scaleFactor size and/or stretch it to fit a target box.
-