Class SVGCache


  • public class SVGCache
    extends java.lang.Object
    A convienience singleton for allowing all classes to access a common SVG universe.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SVGCache()
      Creates a new instance of SVGUniverseSingleton
    • Field Detail

      • svgUniverse

        private static final SVGUniverse svgUniverse
    • Constructor Detail

      • SVGCache

        private SVGCache()
        Creates a new instance of SVGUniverseSingleton
    • Method Detail

      • getSVGUniverse

        public static SVGUniverse getSVGUniverse()