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, waitMethods 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:ImageProviderRetrieve and image from the store.- Specified by:
retrievein interfaceImageProvider- Parameters:
src- the source found in src attribute- Returns:
- the
Image
-
store
Description copied from interface:ImageProviderStore allows ImageProvider users to cache the found images.- Specified by:
storein interfaceImageProvider- Parameters:
src- the src attributeimg- the image.
-
reset
public void reset()Description copied from interface:ImageProviderResets the cached images.- Specified by:
resetin interfaceImageProvider
-