|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webstersmalley.picweb.offline.ImageResizeTask
public class ImageResizeTask
| Field Summary | |
|---|---|
private java.io.File |
destination
|
private static org.apache.commons.logging.Log |
log
Logger for the class. |
private int |
size
|
private java.io.File |
source
|
| Constructor Summary | |
|---|---|
ImageResizeTask(java.io.File source,
java.io.File destination,
int size)
|
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.apache.commons.logging.Log log
private java.io.File source
private java.io.File destination
private int size
| Constructor Detail |
|---|
public ImageResizeTask(java.io.File source,
java.io.File destination,
int size)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||