Package com.explodingpixels.widgets
Class ImageUtils
java.lang.Object
com.explodingpixels.widgets.ImageUtils
A utility class for working with
Image
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImage
getHorizontalSubImage
(Image image, int x, int width) static BufferedImage
getSubImage
(Image image, int x, int y, int width, int height) static BufferedImage
getVerticalSubImage
(Image image, int y, int height)
-
Method Details
-
getHorizontalSubImage
-
getVerticalSubImage
-
getSubImage
-