org.apache.batik.dom.svg
Class SVGDOMImplementation.PolygonElementFactory
java.lang.Object
org.apache.batik.dom.svg.SVGDOMImplementation.PolygonElementFactory
- All Implemented Interfaces:
- ExtensibleDOMImplementation.ElementFactory
- Enclosing class:
- SVGDOMImplementation
protected static class SVGDOMImplementation.PolygonElementFactory
- extends Object
- implements ExtensibleDOMImplementation.ElementFactory
To create a 'polygon' element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGDOMImplementation.PolygonElementFactory
public SVGDOMImplementation.PolygonElementFactory()
create
public Element create(String prefix,
Document doc)
- Creates an instance of the associated element type.
- Specified by:
create
in interface ExtensibleDOMImplementation.ElementFactory
Copyright © 2008 Apache Software Foundation. All Rights Reserved.