net.sf.jomic.tools
Class CreateImagInfoMapTask
java.lang.Object
net.sf.jomic.tools.AbstractTask
net.sf.jomic.tools.CreateImagInfoMapTask
- All Implemented Interfaces:
- Task
public class CreateImagInfoMapTask
- extends AbstractTask
Task to obtain image sizes from a list of image files.
- Author:
- Thomas Aglassinger
|
Method Summary |
Map |
getImageInfoMap()
Get map where the key is an image file and the value is an ImageInfo. |
void |
start()
Start the task, which will cause the progress to iterate from 0 to getMaximum. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateImagInfoMapTask
public CreateImagInfoMapTask(File[] newImageFiles)
getImageInfoMap
public Map getImageInfoMap()
- Get map where the key is an image file and the value is an
ImageInfo.
- See Also:
ImageInfo
start
public void start()
throws Exception
- Description copied from interface:
Task
- Start the task, which will cause the progress to iterate from 0 to
getMaximum.
- Specified by:
start in interface Task- Specified by:
start in class AbstractTask
- Throws:
Exception