org.apache.batik.dom.svg
Class SVGOMDocument.FeTileElementFactory

java.lang.Object
  |
  +--org.apache.batik.dom.svg.SVGOMDocument.FeTileElementFactory
All Implemented Interfaces:
SVGOMDocument.ElementFactory
Enclosing class:
SVGOMDocument

protected class SVGOMDocument.FeTileElementFactory
extends java.lang.Object
implements SVGOMDocument.ElementFactory

To create a 'feTile' element.


Constructor Summary
SVGOMDocument.FeTileElementFactory()
           
 
Method Summary
 Element create(java.lang.String prefix)
          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

SVGOMDocument.FeTileElementFactory

public SVGOMDocument.FeTileElementFactory()
Method Detail

create

public Element create(java.lang.String prefix)
Creates an instance of the associated element type.
Specified by:
create in interface SVGOMDocument.ElementFactory


Copyright © 2000 Apache Software Foundation. All Rights Reserved.