org.apache.batik.dom.svg
Class SVGDOMImplementation.AnimateTransformElementFactory

java.lang.Object
  extended byorg.apache.batik.dom.svg.SVGDOMImplementation.AnimateTransformElementFactory
All Implemented Interfaces:
SVGDOMImplementation.ElementFactory
Enclosing class:
SVGDOMImplementation

protected static class SVGDOMImplementation.AnimateTransformElementFactory
extends java.lang.Object
implements SVGDOMImplementation.ElementFactory

To create a 'animateTransform' element.


Constructor Summary
SVGDOMImplementation.AnimateTransformElementFactory()
           
 
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

SVGDOMImplementation.AnimateTransformElementFactory

public SVGDOMImplementation.AnimateTransformElementFactory()
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.