|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdks.src.utils.pictures.CPicture
public class CPicture
| Constructor Summary | |
|---|---|
CPicture()
|
|
| Method Summary | |
|---|---|
static java.awt.image.BufferedImage |
resizeAndClearImage(java.awt.image.BufferedImage image,
int width,
int height)
Resize an existing BufferedImage to the specified size. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CPicture()
| Method Detail |
|---|
public static java.awt.image.BufferedImage resizeAndClearImage(java.awt.image.BufferedImage image,
int width,
int height)
image - the BufferedImage to resize or clearwidth - the width of the result imageheight - the height of the result image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||