org.apache.batik.extension.svg
Class BatikDomExtension.BatikStarElementFactory

java.lang.Object
  extended byorg.apache.batik.extension.svg.BatikDomExtension.BatikStarElementFactory
All Implemented Interfaces:
SVGDOMImplementation.ElementFactory
Enclosing class:
BatikDomExtension

protected static class BatikDomExtension.BatikStarElementFactory
extends java.lang.Object
implements SVGDOMImplementation.ElementFactory

To create a 'star' element.


Constructor Summary
BatikDomExtension.BatikStarElementFactory()
           
 
Method Summary
 org.w3c.dom.Element create(java.lang.String prefix, org.w3c.dom.Document doc)
          Creates an instance of the associated element type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatikDomExtension.BatikStarElementFactory

public BatikDomExtension.BatikStarElementFactory()
Method Detail

create

public org.w3c.dom.Element create(java.lang.String prefix,
                                  org.w3c.dom.Document doc)
Creates an instance of the associated element type.

Specified by:
create in interface SVGDOMImplementation.ElementFactory


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