Package org.apache.batik.svggen
Class SVGAttributeMap
java.lang.Object
org.apache.batik.svggen.SVGAttributeMap
Repository of SVG attribute descriptions, accessible by
name.
- Version:
- $Id: SVGAttributeMap.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attrMap
Map of attribute name to SVGAttribute objects
-
-
Constructor Details
-
SVGAttributeMap
public SVGAttributeMap()
-
-
Method Details
-
get
- Parameters:
attrName
- SVG name of the requested attribute- Returns:
- attribute with requested name
-