com.webstersmalley.picweb.offline
Class ImageResizeTask

java.lang.Object
  extended by com.webstersmalley.picweb.offline.ImageResizeTask
All Implemented Interfaces:
java.lang.Runnable

public class ImageResizeTask
extends java.lang.Object
implements java.lang.Runnable

Author:
Matthew Smalley

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

log

private static org.apache.commons.logging.Log log
Logger for the class.


source

private java.io.File source

destination

private java.io.File destination

size

private int size
Constructor Detail

ImageResizeTask

public ImageResizeTask(java.io.File source,
                       java.io.File destination,
                       int size)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2004-2005-2005 Webster Smalley. All Rights Reserved.