public abstract class AbstractRemoteRenderer extends AbstractRemoteComponent implements RemoteRenderer
maxProcessCount, processCountsupportedDocumentClasses| Constructor and Description |
|---|
AbstractRemoteRenderer() |
| Modifier and Type | Method and Description |
|---|---|
List<PageRaster> |
remoteRender(Document document,
int begin,
int end)
Renders pages of a given document an outputs result as a list of
PageRaster objects (on image per page).
|
List<Image> |
render(Document document)
Renders a given document an outputs result as a list of Image objects (on
image per page).
|
List<Image> |
render(Document document,
int begin,
int end)
Renders pages of a given document an outputs result as a list of Image
objects (on image per page).
|
protected abstract List<PageRaster> |
run(Document document,
int begin,
int end) |
protected static void |
startRemoteRenderer(RemoteRenderer remoteRenderer)
Starts a remote renderer server
|
buildJavaFork, getMaxProcessCount, getProcessCount, getRemoteComponent, isStandAloneModeSupported, setMaxProcessCount, startRemoteServer, waitForFreeProcessassertDeviceSupported, assertDocumentSupported, copySettings, extractSettings, isDeviceSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetMaxProcessCountcopySettings, extractSettingsprotected abstract List<PageRaster> run(Document document, int begin, int end) throws IOException, RendererException, DocumentException
protected static void startRemoteRenderer(RemoteRenderer remoteRenderer) throws RendererException
remoteRenderer - RendererExceptionpublic List<PageRaster> remoteRender(Document document, int begin, int end) throws IOException, RendererException, DocumentException
RemoteRendererremoteRender in interface RemoteRendererdocument - Document to render. Document type may or may no be supported
(support left to the render final implementation).begin - Index of the first page to renderend - Index of the last page to renderIOExceptionRendererExceptionDocumentExceptionpublic List<Image> render(Document document) throws IOException, RendererException, DocumentException
Rendererrender in interface Rendererdocument - Document to render. Document type may or may no be supported
(support left to the render final implementation).IOExceptionRendererExceptionDocumentExceptionpublic List<Image> render(Document document, int begin, int end) throws IOException, RendererException, DocumentException
Rendererrender in interface Rendererdocument - Document to render. Document type may or may no be supported
(support left to the render final implementation).begin - Index of the first page to renderend - Index of the last page to renderIOExceptionRendererExceptionDocumentExceptionCopyright © 2016. All Rights Reserved.