Package org.apache.batik.svggen
Class SVGAttributeMap
- java.lang.Object
-
- org.apache.batik.svggen.SVGAttributeMap
-
public class SVGAttributeMap extends java.lang.Object
Repository of SVG attribute descriptions, accessible by name.
-
-
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)
-
-
-
Method Detail
-
get
public static SVGAttribute get(java.lang.String attrName)
- Parameters:
attrName
- SVG name of the requested attribute- Returns:
- attribute with requested name
-
-