Class AbstractImageProvider
java.lang.Object
com.itextpdf.tool.xml.pipeline.html.AbstractImageProvider
- All Implemented Interfaces:
ImageProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.itextpdf.tool.xml.pipeline.html.ImageProvider
getImageRootPath
-
Field Details
-
map
-
-
Constructor Details
-
AbstractImageProvider
public AbstractImageProvider()
-
-
Method Details
-
retrieve
Description copied from interface:ImageProvider
Retrieve and image from the store.- Specified by:
retrieve
in interfaceImageProvider
- Parameters:
src
- the source found in src attribute- Returns:
- the
Image
-
store
Description copied from interface:ImageProvider
Store allows ImageProvider users to cache the found images.- Specified by:
store
in interfaceImageProvider
- Parameters:
src
- the src attributeimg
- the image.
-
reset
public void reset()Description copied from interface:ImageProvider
Resets the cached images.- Specified by:
reset
in interfaceImageProvider
-