|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageCache
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 |
---|
FopImage getImage(java.lang.String url, FOUserAgent context)
url
- the url and key for the imagecontext
- the user agent context
void releaseImage(java.lang.String url, FOUserAgent context)
url
- the url and key for the imagecontext
- the user agent contextvoid invalidateImage(java.lang.String url, FOUserAgent context)
url
- the url and key for the imagecontext
- the user agent contextvoid removeContext(FOUserAgent context)
context
- the user agent contextvoid clearAll()
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |