org.pdfsam.guiclient.business.thumbnails.callables
Class IcePdfThumbnailCallable

java.lang.Object
  extended by org.pdfsam.guiclient.business.thumbnails.callables.IcePdfThumbnailCallable
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>

public class IcePdfThumbnailCallable
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>

Callable used to generate thumbnails with ICEpdf

Author:
Andrea Vacondio

Constructor Summary
IcePdfThumbnailCallable(org.icepdf.core.pobjects.Document pdfDocument, org.pdfsam.guiclient.dto.VisualPageListItem pageItem, org.pdfsam.guiclient.commons.panels.JVisualPdfPageSelectionPanel panel, long id)
           
 
Method Summary
 java.lang.Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IcePdfThumbnailCallable

public IcePdfThumbnailCallable(org.icepdf.core.pobjects.Document pdfDocument,
                               org.pdfsam.guiclient.dto.VisualPageListItem pageItem,
                               org.pdfsam.guiclient.commons.panels.JVisualPdfPageSelectionPanel panel,
                               long id)
Parameters:
pdfDocument - document
panel -
pageItem -
id -
Method Detail

call

public java.lang.Boolean call()
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Boolean>