|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcspy.vis.utils.ImageUtils
public class ImageUtils
Utilities for image manipulation
Constructor Summary | |
---|---|
ImageUtils()
|
Method Summary | |
---|---|
static java.awt.image.BufferedImage |
cropImage(java.awt.image.BufferedImage image,
int x,
int y,
int width,
int height)
Crop image |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageUtils()
Method Detail |
---|
public static java.awt.image.BufferedImage cropImage(java.awt.image.BufferedImage image, int x, int y, int width, int height)
image
- The imagex
- x-cooordinate of the image originy
- y-cooordinate of the image originwidth
- The width to crop toheight
- The height to crop to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |