Package com.kitfox.svg
Class SVGCache
- java.lang.Object
-
- com.kitfox.svg.SVGCache
-
public class SVGCache extends java.lang.Object
A convienience singleton for allowing all classes to access a common SVG universe.
-
-
Field Summary
Fields Modifier and Type Field Description private static SVGUniverse
svgUniverse
-
Constructor Summary
Constructors Modifier Constructor Description private
SVGCache()
Creates a new instance of SVGUniverseSingleton
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SVGUniverse
getSVGUniverse()
-
-
-
Field Detail
-
svgUniverse
private static final SVGUniverse svgUniverse
-
-
Method Detail
-
getSVGUniverse
public static SVGUniverse getSVGUniverse()
-
-