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

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

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

To create a 'mask' element.


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

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