| Package | Description |
|---|---|
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.swing |
| Modifier and Type | Method and Description |
|---|---|
ImageResource |
UserAgentCallback.getImageResource(String uri)
Retrieves the Image at the given URI.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,ImageResource> |
NaiveUserAgent._imageCache
a (simple) cache
This is only useful for the one run.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageResource |
ImageResourceLoader.createImageResource(String uri,
BufferedImage img) |
ImageResource |
ImageResourceLoader.get(String uri) |
ImageResource |
ImageResourceLoader.get(String uri,
int width,
int height) |
ImageResource |
NaiveUserAgent.getImageResource(String uri)
Retrieves the image located at the given URI.
|
ImageResource |
DelegatingUserAgent.getImageResource(String uri)
Retrieves the image located at the given URI.
|
static ImageResource |
ImageResourceLoader.loadEmbeddedBase64ImageResource(String uri) |
static ImageResource |
ImageResourceLoader.loadImageResourceFromUri(String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageResourceLoader.loaded(ImageResource ir,
int width,
int height) |
| Constructor and 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.
|
Copyright © 2018. All rights reserved.