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

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

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

To create a 'clip-path' element.


Constructor Summary
SVGOMDocument.ClipPathElementFactory()
           
 
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.ClipPathElementFactory

public SVGOMDocument.ClipPathElementFactory()
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.