org.apache.batik.dom.svg
public class SVGOMColorProfileElement extends SVGOMURIReferenceElement implements SVGColorProfileElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
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 AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
String | getLocal()
DOM: Implements SVGColorProfileElement#getLocal(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
String | getName()
DOM: Implements SVGColorProfileElement#getName(). |
short | getRenderingIntent()
DOM: Implements SVGColorProfileElement#getRenderingIntent(). |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setLocal(String local)
DOM: Implements SVGColorProfileElement#setLocal(String). |
void | setName(String name)
DOM: Implements SVGColorProfileElement#setName(String). |
void | setRenderingIntent(short renderingIntent)
DOM: Implements SVGColorProfileElement#setRenderingIntent(short). |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.