org.apache.batik.svggen
Class SVGAttributeMap

java.lang.Object
  extended byorg.apache.batik.svggen.SVGAttributeMap

public class SVGAttributeMap
extends java.lang.Object

Repository of SVG attribute descriptions, accessible by name.

Version:
$Id: SVGAttributeMap.java,v 1.4 2003/08/08 11:39:20 vhardy Exp $
Author:
Vincent Hardy

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)
Returns:
attribute with requested name


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.