Class SVGAttributeMap

java.lang.Object
org.apache.batik.svggen.SVGAttributeMap

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

    • attrMap

      private static Map attrMap
      Map of attribute name to SVGAttribute objects
  • Constructor Details

    • SVGAttributeMap

      public SVGAttributeMap()
  • Method Details

    • get

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