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, processCount
supportedDocumentClasses
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, startRemoteRenderer
buildJavaFork, getMaxProcessCount, getProcessCount, getRemoteComponent, isStandAloneModeSupported, setMaxProcessCount, startRemoteServer, waitForFreeProcess
assertDeviceSupported, assertDocumentSupported, copySettings, extractSettings, isDeviceSupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setMaxProcessCount
copySettings, extractSettings
public 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
- RendererException
public List<PageRaster> run(Document document, int begin, int end) throws IOException, RendererException, DocumentException
run
in class AbstractRemoteRenderer
IOException
RendererException
DocumentException
public int getAntialiasing()
public void setAntialiasing(int antialiasing)
public int getResolution()
public void setResolution(int resolution)
Copyright © 2016. All Rights Reserved.