|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--nl.justobjects.toolkit.awt.Thumbnail
| Constructor Summary | |
Thumbnail()
|
|
| Method Summary | |
static void |
generate(java.lang.String orig,
java.lang.String thumb,
int maxDim)
Reads an image in a file and creates a thumbnail in another file. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Thumbnail()
| Method Detail |
public static void main(java.lang.String[] args)
public static void generate(java.lang.String orig,
java.lang.String thumb,
int maxDim)
orig - The name of image file.thumb - The name of thumbnail file.
Will be created if necessary.maxDim - The width and height of
the thumbnail must
be maxDim pixels or less.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||