Uses of Interface
de.xima.fc.pdf.screenshot.IImageMapper
- 
Packages that use IImageMapper Package Description de.xima.fc.pdf.screenshot  - 
- 
Uses of IImageMapper in de.xima.fc.pdf.screenshot
Methods in de.xima.fc.pdf.screenshot with parameters of type IImageMapper Modifier and Type Method Description static <T> Map<Integer,T>PdfScreenshotCreator. createImages(byte[] pdf, String password, IImageOpts opts, IImageMapper<T> mapper)static <T> Map<Integer,T>PdfScreenshotCreator. createImages(File pdf, String password, IImageOpts opts, IImageMapper<T> mapper)static <T> Map<Integer,T>PdfScreenshotCreator. createImages(InputStream pdf, String password, IImageOpts opts, IImageMapper<T> mapper)static <T> Map<Integer,T>PdfScreenshotCreator. createImages(Path pdf, String password, IImageOpts opts, IImageMapper<T> mapper) 
 -