|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Resizer
This interface is implemented by classes which perform resizing operations.
| Method Summary | |
|---|---|
void |
resize(BufferedImage srcImage,
BufferedImage destImage)
Resizes an image. |
| Method Detail |
|---|
void resize(BufferedImage srcImage,
BufferedImage destImage)
The source image is resized to fit the dimensions of the destination image and drawn.
srcImage - The source image.destImage - The destination image.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||