Uses of Class
org.apache.batik.util.SoftReferenceCache
-
Packages that use SoftReferenceCache Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.ext.awt.color org.apache.batik.ext.awt.image Contains extensions to thejava.awt.imagepackage. -
-
Uses of SoftReferenceCache in org.apache.batik.bridge
Subclasses of SoftReferenceCache in org.apache.batik.bridge Modifier and Type Class Description (package private) static classCursorManager.CursorCacheSimple extension of the SoftReferenceCache that offers typed interface (Kind of needed as SoftReferenceCache mostly has protected methods). -
Uses of SoftReferenceCache in org.apache.batik.ext.awt.color
Subclasses of SoftReferenceCache in org.apache.batik.ext.awt.color Modifier and Type Class Description classNamedProfileCacheThis class manages a cache of soft references to named profiles that we have already loaded. -
Uses of SoftReferenceCache in org.apache.batik.ext.awt.image
Subclasses of SoftReferenceCache in org.apache.batik.ext.awt.image Modifier and Type Class Description classURLImageCacheThis class manages a cache of soft references to Images that we have already loaded.
-