public class SimpleRenderer extends AbstractRemoteRenderer
| Modifier and Type | Field and Description |
|---|---|
static int |
OPTION_ANTIALIASING_HIGH |
static int |
OPTION_ANTIALIASING_LOW |
static int |
OPTION_ANTIALIASING_MEDIUM |
static int |
OPTION_ANTIALIASING_NONE |
maxProcessCount, processCountsupportedDocumentClasses| Constructor and Description |
|---|
SimpleRenderer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAntialiasing() |
int |
getResolution() |
static void |
main(String[] args)
Main method used to start the renderer in standalone 'slave mode'.
|
List<PageRaster> |
run(Document document,
int begin,
int end) |
void |
setAntialiasing(int antialiasing) |
void |
setResolution(int resolution) |
remoteRender, render, render, startRemoteRendererbuildJavaFork, getMaxProcessCount, getProcessCount, getRemoteComponent, isStandAloneModeSupported, setMaxProcessCount, startRemoteServer, waitForFreeProcessassertDeviceSupported, assertDocumentSupported, copySettings, extractSettings, isDeviceSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetMaxProcessCountcopySettings, extractSettingspublic static final int OPTION_ANTIALIASING_NONE
public static final int OPTION_ANTIALIASING_LOW
public static final int OPTION_ANTIALIASING_MEDIUM
public static final int OPTION_ANTIALIASING_HIGH
public static void main(String[] args) throws RendererException
args - RendererExceptionpublic List<PageRaster> run(Document document, int begin, int end) throws IOException, RendererException, DocumentException
run in class AbstractRemoteRendererIOExceptionRendererExceptionDocumentExceptionpublic int getAntialiasing()
public void setAntialiasing(int antialiasing)
public int getResolution()
public void setResolution(int resolution)
Copyright © 2016. All Rights Reserved.