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

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

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

To create a 'feGaussianBlur' element.


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

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