com.explodingpixels.widgets
Modifier and Type | Method and Description |
---|---|
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) |
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)