Package org.apache.batik.bridge
Class CursorManager.CursorCache
java.lang.Object
org.apache.batik.util.SoftReferenceCache
org.apache.batik.bridge.CursorManager.CursorCache
- Enclosing class:
CursorManager
Simple extension of the SoftReferenceCache that
offers typed interface (Kind of needed as SoftReferenceCache
mostly has protected methods).
-
Field Summary
Fields inherited from class org.apache.batik.util.SoftReferenceCache
map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
putCursor
(CursorManager.CursorDescriptor desc, Cursor cursor) Methods inherited from class org.apache.batik.util.SoftReferenceCache
clearImpl, flush, isDoneImpl, isPresentImpl, putImpl, requestImpl
-
Constructor Details
-
CursorCache
public CursorCache()
-
-
Method Details
-
getCursor
-
putCursor
-
clearCursor
-