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 ImageResourceUserAgentCallback. getImageResource(String uri)Retrieves the Image at the given URI. -
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 static ImageResourceImageResourceLoader. createImageResource(String uri, BufferedImage img)ImageResourceImageResourceLoader. get(String uri)ImageResourceImageResourceLoader. get(String uri, int width, int height)ImageResourceDelegatingUserAgent. getImageResource(String uri)Retrieves the image located at the given URI.ImageResourceNaiveUserAgent. getImageResource(String uri)Retrieves the image located at the given URI.static ImageResourceImageResourceLoader. loadEmbeddedBase64ImageResource(String uri)static ImageResourceImageResourceLoader. loadImageResourceFromUri(String uri)Methods in com.openhtmltopdf.swing with parameters of type ImageResource Modifier and Type Method Description voidImageResourceLoader. loaded(ImageResource ir, int width, int height)Constructors in com.openhtmltopdf.swing with parameters of type ImageResource Constructor Description DeferredImageReplacedElement(ImageResource imageResource, RepaintListener repaintListener, int w, int h)Creates a new ImageReplacedElement and scales it to the size specified if either width or height has a valid value (values are > -1), otherwise original size is preserved.
-