Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom.svg
Class SVGDOMImplementation.FeSpecularLightingElementFactory  view SVGDOMImplementation.FeSpecularLightingElementFactory download SVGDOMImplementation.FeSpecularLightingElementFactory.java

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

protected static class SVGDOMImplementation.FeSpecularLightingElementFactory
extends java.lang.Object
implements org.apache.batik.dom.ExtensibleDOMImplementation.ElementFactory

To create a 'feSpecularLighting' element.


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

public SVGDOMImplementation.FeSpecularLightingElementFactory()
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 org.apache.batik.dom.ExtensibleDOMImplementation.ElementFactory