Uses of Enum Class
com.blackrook.gloop.opengl.util.ImageUtils.ResizeQuality
Packages that use ImageUtils.ResizeQuality
-
Uses of ImageUtils.ResizeQuality in com.blackrook.gloop.opengl.util
Subclasses with type arguments of type ImageUtils.ResizeQuality in com.blackrook.gloop.opengl.utilModifier and TypeClassDescriptionstatic enumEnumeration of image resizing hintsMethods in com.blackrook.gloop.opengl.util that return ImageUtils.ResizeQualityModifier and TypeMethodDescriptionstatic ImageUtils.ResizeQualityReturns the enum constant of this class with the specified name.static ImageUtils.ResizeQuality[]ImageUtils.ResizeQuality.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blackrook.gloop.opengl.util with parameters of type ImageUtils.ResizeQualityModifier and TypeMethodDescriptionstatic BufferedImageImageUtils.createMipMapImage(BufferedImage source, ImageUtils.ResizeQuality quality) Creates an image that contains the source image and all of its mipmap levels.static BufferedImage[]ImageUtils.createMipMaps(BufferedImage source, ImageUtils.ResizeQuality quality) Creates a series of texture mipmaps from an original image.static BufferedImageImageUtils.performResize(BufferedImage source, ImageUtils.ResizeQuality quality, int newWidth, int newHeight) Resizes an image using nearest filtering.