Uses of Class
info.informatica.doc.agent.ResourceDownloader

Packages that use ResourceDownloader
info.informatica.doc.agent   
info.informatica.doc.dom4j Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets. 
info.informatica.doc.pdf.itext Helper package to render CSS as PDF with the iText package. 
info.informatica.doc.style.css.j2d Infrastructure for Java2D rendering classes. 
 

Uses of ResourceDownloader in info.informatica.doc.agent
 

Methods in info.informatica.doc.agent that return ResourceDownloader
 ResourceDownloader<C> UserAgent.download(URL url)
          Registers an URL for downloading with this user agent.
 ResourceDownloader<C> UserAgent.getResourceDownloader(URL url)
          Gets the resource downloader for the given URL, creating one if none exists.
 

Uses of ResourceDownloader in info.informatica.doc.dom4j
 

Methods in info.informatica.doc.dom4j that return ResourceDownloader
protected abstract  ResourceDownloader<C> DOM4JUserAgent.createDownloader(URL url)
           
 ResourceDownloader<C> DOM4JUserAgent.download(URL url)
           
 ResourceDownloader<C> DOM4JUserAgent.getResourceDownloader(URL url)
           
 

Uses of ResourceDownloader in info.informatica.doc.pdf.itext
 

Methods in info.informatica.doc.pdf.itext that return ResourceDownloader
 ResourceDownloader<com.itextpdf.text.Image> PDFUserAgent.createDownloader(URL url)
           
 

Uses of ResourceDownloader in info.informatica.doc.style.css.j2d
 

Methods in info.informatica.doc.style.css.j2d that return ResourceDownloader
 ResourceDownloader<BufferedImage> Java2DUserAgent.createDownloader(URL url)
           
 



Copyright © 2011 informatica.info. All Rights Reserved.