org.apache.batik.dom.svg

Class SVGOMColorProfileElement

public class SVGOMColorProfileElement extends SVGOMURIReferenceElement implements SVGColorProfileElement

This class implements org.w3c.dom.svg.SVGColorProfileElement.
Field Summary
protected static AttributeInitializerattributeInitializer
The attribute initializer.
Constructor Summary
protected SVGOMColorProfileElement()
Creates a new SVGOMColorProfileElement object.
SVGOMColorProfileElement(String prefix, AbstractDocument owner)
Creates a new SVGOMColorProfileElement object.
Method Summary
protected AttributeInitializergetAttributeInitializer()
Returns the AttributeInitializer for this element type.
StringgetLocal()
DOM: Implements SVGColorProfileElement#getLocal().
StringgetLocalName()
DOM: Implements Node#getLocalName().
StringgetName()
DOM: Implements SVGColorProfileElement#getName().
shortgetRenderingIntent()
DOM: Implements SVGColorProfileElement#getRenderingIntent().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.
voidsetLocal(String local)
DOM: Implements SVGColorProfileElement#setLocal(String).
voidsetName(String name)
DOM: Implements SVGColorProfileElement#setName(String).
voidsetRenderingIntent(short renderingIntent)
DOM: Implements SVGColorProfileElement#setRenderingIntent(short).

Field Detail

attributeInitializer

protected static final AttributeInitializer attributeInitializer
The attribute initializer.

Constructor Detail

SVGOMColorProfileElement

protected SVGOMColorProfileElement()
Creates a new SVGOMColorProfileElement object.

SVGOMColorProfileElement

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

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

Method Detail

getAttributeInitializer

protected AttributeInitializer getAttributeInitializer()
Returns the AttributeInitializer for this element type.

Returns: null if this element has no attribute with a default value.

getLocal

public String getLocal()
DOM: Implements SVGColorProfileElement#getLocal().

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

getName

public String getName()
DOM: Implements SVGColorProfileElement#getName().

getRenderingIntent

public short getRenderingIntent()
DOM: Implements SVGColorProfileElement#getRenderingIntent().

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.

setLocal

public void setLocal(String local)
DOM: Implements SVGColorProfileElement#setLocal(String).

setName

public void setName(String name)
DOM: Implements SVGColorProfileElement#setName(String).

setRenderingIntent

public void setRenderingIntent(short renderingIntent)
DOM: Implements SVGColorProfileElement#setRenderingIntent(short).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.