Class SVGAttributeMap


  • public class SVGAttributeMap
    extends java.lang.Object
    Repository of SVG attribute descriptions, accessible by name.
    Version:
    $Id: SVGAttributeMap.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map attrMap
      Map of attribute name to SVGAttribute objects
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGAttributeMap()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SVGAttribute get​(java.lang.String attrName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attrMap

        private static java.util.Map attrMap
        Map of attribute name to SVGAttribute objects
    • Constructor Detail

      • SVGAttributeMap

        public SVGAttributeMap()
    • Method Detail

      • get

        public static SVGAttribute get​(java.lang.String attrName)
        Parameters:
        attrName - SVG name of the requested attribute
        Returns:
        attribute with requested name