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.image
package. -
-
Uses of SoftReferenceCache in org.apache.batik.bridge
Subclasses of SoftReferenceCache in org.apache.batik.bridge Modifier and Type Class Description (package private) static class
CursorManager.CursorCache
Simple 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 class
NamedProfileCache
This 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 class
URLImageCache
This class manages a cache of soft references to Images that we have already loaded.
-