Uses of Class
dev.brachtendorf.graphics.ImageUtil.BImageType
-
Packages that use ImageUtil.BImageType Package Description dev.brachtendorf.graphics -
-
Uses of ImageUtil.BImageType in dev.brachtendorf.graphics
Methods in dev.brachtendorf.graphics that return ImageUtil.BImageType Modifier and Type Method Description static ImageUtil.BImageTypeImageUtil.BImageType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageUtil.BImageType[]ImageUtil.BImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.brachtendorf.graphics with parameters of type ImageUtil.BImageType Modifier and Type Method Description static BufferedImageImageUtil. toNewType(BufferedImage original, ImageUtil.BImageType newType)Convert the image to an image of the new type
-