|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.coobird.thumbnailator.util.BufferedImages
public final class BufferedImages
This class provides convenience methods for using BufferedImages.
| Method Summary | |
|---|---|
static BufferedImage |
copy(BufferedImage img)
Returns a BufferedImage which is a graphical copy of the
specified image. |
static BufferedImage |
copy(BufferedImage img,
int imageType)
Returns a BufferedImage with the specified image type, where the
graphical content is a copy of the specified image. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BufferedImage copy(BufferedImage img)
BufferedImage which is a graphical copy of the
specified image.
img - The image to copy.
public static BufferedImage copy(BufferedImage img,
int imageType)
BufferedImage with the specified image type, where the
graphical content is a copy of the specified image.
img - The image to copy.imageType - The image type for the image to return.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||