Uses of Class
com.openhtmltopdf.resource.ImageResource
Packages that use ImageResource
-
Uses of ImageResource in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return ImageResourceModifier and TypeMethodDescriptiondefault ImageResource
UserAgentCallback.getImageResource
(String uri) Retrieves the Image at the given URI.UserAgentCallback.getImageResource
(String uri, ExternalResourceType type) -
Uses of ImageResource in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout that return ImageResource -
Uses of ImageResource in com.openhtmltopdf.swing
Fields in com.openhtmltopdf.swing with type parameters of type ImageResourceModifier and TypeFieldDescriptionprotected final LinkedHashMap
<String, ImageResource> NaiveUserAgent._imageCache
a (simple) cache This is only useful for the one run.Methods in com.openhtmltopdf.swing that return ImageResourceModifier and TypeMethodDescriptionNaiveUserAgent.getImageResource
(String uri, ExternalResourceType type) Retrieves the image located at the given URI.