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
SVGAttributeMap()
           
 
Method Summary
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
 

Constructor Detail

SVGAttributeMap

public SVGAttributeMap()
Method Detail

get

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


Copyright © 2002 Apache Software Foundation. All Rights Reserved.