Uses of Class
org.xhtmlrenderer.resource.ImageResource
Packages that use ImageResource
-
Uses of ImageResource in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return ImageResourceModifier and TypeMethodDescriptionUserAgentCallback.getImageResource(String uri) Retrieves the Image at the given URI. -
Uses of ImageResource in org.xhtmlrenderer.swing
Fields in org.xhtmlrenderer.swing with type parameters of type ImageResourceModifier and TypeFieldDescriptionprotected final Map<String,ImageResource> NaiveUserAgent._imageCachea (simple) LRU cacheMethods in org.xhtmlrenderer.swing that return ImageResourceModifier and TypeMethodDescriptionstatic ImageResourceImageResourceLoader.createImageResource(String uri, @Nullable BufferedImage img) protected ImageResourceNaiveUserAgent.createImageResource(@Nullable String uri, @Nullable Image img) Factory method to generate ImageResources from a given Image.DelegatingUserAgent.getImageResource(String uri) Retrieves the image located at the given URI.NaiveUserAgent.getImageResource(String imageLocation) Retrieves the image located at the given URI.static ImageResourceImageResourceLoader.loadEmbeddedBase64ImageResource(String uri) static ImageResourceImageResourceLoader.loadImageResourceFromUri(String uri) Methods in org.xhtmlrenderer.swing with parameters of type ImageResourceModifier and TypeMethodDescriptionvoidImageResourceLoader.loaded(ImageResource ir, int width, int height) Constructors in org.xhtmlrenderer.swing with parameters of type ImageResourceModifierConstructorDescriptionDeferredImageReplacedElement(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 greater than -1), otherwise original size is preserved.