Class CustomPdfUserAgent

java.lang.Object
org.xhtmlrenderer.swing.NaiveUserAgent
org.xhtmlrenderer.pdf.ITextUserAgent
br.ufsc.labsec.signature.conformanceVerifier.report.CustomPdfUserAgent
All Implemented Interfaces:
org.xhtmlrenderer.event.DocumentListener, org.xhtmlrenderer.extend.UserAgentCallback

public class CustomPdfUserAgent extends org.xhtmlrenderer.pdf.ITextUserAgent
  • Field Summary

    Fields inherited from class org.xhtmlrenderer.swing.NaiveUserAgent

    _imageCache
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomPdfUserAgent(org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected InputStream
     

    Methods inherited from class org.xhtmlrenderer.pdf.ITextUserAgent

    getImageResource

    Methods inherited from class org.xhtmlrenderer.swing.NaiveUserAgent

    clearImageCache, createImageResource, documentLoaded, documentStarted, getBaseURL, getBinaryResource, getCSSResource, getXMLResource, isVisited, needsRedirect, onHttpConnection, onLayoutException, onRenderException, openConnection, openStream, resolveURI, setBaseURL, shrinkImageCache

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomPdfUserAgent

      public CustomPdfUserAgent(org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice)
  • Method Details

    • resolveAndOpenStream

      protected InputStream resolveAndOpenStream(String uri)
      Overrides:
      resolveAndOpenStream in class org.xhtmlrenderer.swing.NaiveUserAgent