org.apache.batik.dom.svg

Class SVGOMColorProfileElement

public class SVGOMColorProfileElement extends SVGOMURIReferenceElement implements SVGColorProfileElement

This class implements {@link 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 {@link SVGColorProfileElement#getLocal()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
StringgetName()
DOM: Implements {@link SVGColorProfileElement#getName()}.
shortgetRenderingIntent()
DOM: Implements {@link SVGColorProfileElement#getRenderingIntent()}.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.
voidsetLocal(String local)
DOM: Implements {@link SVGColorProfileElement#setLocal(String)}.
voidsetName(String name)
DOM: Implements {@link SVGColorProfileElement#setName(String)}.
voidsetRenderingIntent(short renderingIntent)
DOM: Implements {@link 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 {@link SVGColorProfileElement#getLocal()}.

getLocalName

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

getName

public String getName()
DOM: Implements {@link SVGColorProfileElement#getName()}.

getRenderingIntent

public short getRenderingIntent()
DOM: Implements {@link SVGColorProfileElement#getRenderingIntent()}.

newNode

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

setLocal

public void setLocal(String local)
DOM: Implements {@link SVGColorProfileElement#setLocal(String)}.

setName

public void setName(String name)
DOM: Implements {@link SVGColorProfileElement#setName(String)}.

setRenderingIntent

public void setRenderingIntent(short renderingIntent)
DOM: Implements {@link SVGColorProfileElement#setRenderingIntent(short)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.