public interface ImageWriterAbstractFactory
ImageWriters. Implementations of this interface must be thread safe since the factory instance is going to be shared among the tasks using it.| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractPdfToImageParameters> |
createImageWriter(T params)
creates a new
ImageWriter instance capable of writing images according to the input task parameters class. |
<T extends AbstractPdfToImageParameters> ImageWriter<T> createImageWriter(T params)
ImageWriter instance capable of writing images according to the input task parameters class.T - task parametersparams - Copyright © 2015. All Rights Reserved.