public class ImageTargetRenderer extends TargetRenderer
| Modifier and Type | Field and Description | 
|---|---|
int | 
docHeight  | 
Vector<BufferedImage> | 
images  | 
actualNumberOfPages, pageBreaks, progressMeter| Constructor and Description | 
|---|
ImageTargetRenderer(int type,
                   int width,
                   boolean idle)  | 
ImageTargetRenderer(int type,
                   int width,
                   String scope,
                   File dir,
                   String fileNamePrefix,
                   Map hints,
                   Vector<StatusMessage> statusMessages)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
findLastNonBlankPage(Document doc,
                    PD4ML pd4ml,
                    float scale,
                    ImageRenderContext context,
                    int topMargin,
                    int maxPageNum)  | 
RStatus | 
render(Document doc,
      PD4ML pd4ml,
      int containerWidth,
      OutputStream os)  | 
getFooterHeight, getHeaderFooterHeight, getHeaderHeight, getPageFormat, getRootRenderer, monitorProgressWith, resetFootnotePageAssignments, setAuthorName, setCustomMetadataRecords, setDocumentTitle, setInitialPageNumber, setPageFormats, setPageMarginspublic Vector<BufferedImage> images
public int docHeight
public ImageTargetRenderer(int type,
                           int width,
                           String scope,
                           File dir,
                           String fileNamePrefix,
                           Map hints,
                           Vector<StatusMessage> statusMessages)
public ImageTargetRenderer(int type,
                           int width,
                           boolean idle)
public RStatus render(Document doc, PD4ML pd4ml, int containerWidth, OutputStream os) throws IOException
render in class TargetRendererIOExceptionpublic int findLastNonBlankPage(Document doc, PD4ML pd4ml, float scale, ImageRenderContext context, int topMargin, int maxPageNum) throws ForcedTerminationException, IOException, FileNotFoundException
Revision 4.0.15 / 20220727-0149