Uses of Class
com.openhtmltopdf.resource.ImageResource
-
Packages that use ImageResource Package Description com.openhtmltopdf.extend com.openhtmltopdf.pdfboxout com.openhtmltopdf.swing -
-
Uses of ImageResource in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return ImageResource Modifier and Type Method Description default ImageResource
UserAgentCallback. getImageResource(java.lang.String uri)
Retrieves the Image at the given URI.ImageResource
UserAgentCallback. getImageResource(java.lang.String uri, ExternalResourceType type)
-
Uses of ImageResource in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout that return ImageResource Modifier and Type Method Description ImageResource
PdfBoxUserAgent. getImageResource(java.lang.String uriStr)
-
Uses of ImageResource in com.openhtmltopdf.swing
Fields in com.openhtmltopdf.swing with type parameters of type ImageResource Modifier and Type Field Description protected java.util.LinkedHashMap<java.lang.String,ImageResource>
NaiveUserAgent. _imageCache
a (simple) cache This is only useful for the one run.Methods in com.openhtmltopdf.swing that return ImageResource Modifier and Type Method Description ImageResource
NaiveUserAgent. getImageResource(java.lang.String uri, ExternalResourceType type)
Retrieves the image located at the given URI.
-