org.apache.batik.extension.svg

Class ColorSwitchElement

public class ColorSwitchElement extends PrefixableStylableExtensionElement implements BatikExtConstants

This class implements a "color switch" extension to SVG.
Constructor Summary
protected ColorSwitchElement()
Creates a new BatikRegularPolygonElement object.
ColorSwitchElement(String prefix, AbstractDocument owner)
Creates a new BatikRegularPolygonElement object.
Method Summary
StringgetLocalName()
DOM: Implements {@link org.w3c.dom.Node#getLocalName()}.
StringgetNamespaceURI()
DOM: Implements {@link org.w3c.dom.Node#getNamespaceURI()}.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Constructor Detail

ColorSwitchElement

protected ColorSwitchElement()
Creates a new BatikRegularPolygonElement object.

ColorSwitchElement

public ColorSwitchElement(String prefix, AbstractDocument owner)
Creates a new BatikRegularPolygonElement object.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getLocalName

public String getLocalName()
DOM: Implements {@link org.w3c.dom.Node#getLocalName()}.

getNamespaceURI

public String getNamespaceURI()
DOM: Implements {@link org.w3c.dom.Node#getNamespaceURI()}.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.