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