Class SVGAttributeMap

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

public class SVGAttributeMap extends Object
Repository of SVG attribute descriptions, accessible by name.
  • 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