|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResizerFactory
This interface is implemented by all classes which will return a
Resizer that should be used when creating a thumbnail.
| Method Summary | |
|---|---|
Resizer |
getResizer()
Returns the default Resizer. |
Resizer |
getResizer(Dimension originalSize,
Dimension thumbnailSize)
Returns a suitable Resizer, given the Dimensions of the
original image and the thumbnail image. |
| Method Detail |
|---|
Resizer getResizer()
Resizer.
Resizer.
Resizer getResizer(Dimension originalSize,
Dimension thumbnailSize)
Resizer, given the Dimensions of the
original image and the thumbnail image.
originalSize - The size of the original image.thumbnailSize - The size of the thumbnail.
Resizer to perform the
resizing operation for the given condition.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||