|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Image cache holder. This interface is used for caching images.
| Method Summary | |
void |
clearAll()
Forces the cache to fully cleared. |
FopImage |
getImage(java.lang.String url,
FOUserAgent context)
Get an image from the cache. |
void |
invalidateImage(java.lang.String url,
FOUserAgent context)
Invalidate image. |
void |
releaseImage(java.lang.String url,
FOUserAgent context)
Release an image in the current context. |
void |
removeContext(FOUserAgent context)
Remove a context and handle all images in the context. |
| Method Detail |
public FopImage getImage(java.lang.String url,
FOUserAgent context)
url - the url and key for the imagecontext - the user agent context
public void releaseImage(java.lang.String url,
FOUserAgent context)
url - the url and key for the imagecontext - the user agent context
public void invalidateImage(java.lang.String url,
FOUserAgent context)
url - the url and key for the imagecontext - the user agent contextpublic void removeContext(FOUserAgent context)
context - the user agent contextpublic void clearAll()
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||