public static class InMemoryJaiMosaicOutputFactory.ImageOutput extends AbstractOutputFormat
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
format |
static org.apache.log4j.Logger |
LOGGER |
protected static float |
MARGIN |
| Constructor and Description |
|---|
InMemoryJaiMosaicOutputFactory.ImageOutput(java.lang.String format) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateDPI(RenderingContext context,
PJsonObject jsonSpec) |
java.lang.String |
getContentType() |
java.lang.String |
getFileSuffix() |
RenderingContext |
print(PrintParams params) |
doPrintpublic static final org.apache.log4j.Logger LOGGER
protected static final float MARGIN
protected final java.lang.String format
public InMemoryJaiMosaicOutputFactory.ImageOutput(java.lang.String format)
public RenderingContext print(PrintParams params) throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentExceptionpublic java.lang.String getContentType()
getContentType in interface OutputFormatpublic java.lang.String getFileSuffix()
getFileSuffix in interface OutputFormatprotected int calculateDPI(RenderingContext context, PJsonObject jsonSpec)