|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.explodingpixels.widgets.ImageUtils
public class ImageUtils
A utility class for working with Images.
| Method Summary | |
|---|---|
static 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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BufferedImage getHorizontalSubImage(Image image,
int x,
int width)
public static BufferedImage getVerticalSubImage(Image image,
int y,
int height)
public static BufferedImage getSubImage(Image image,
int x,
int y,
int width,
int height)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||