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 {@link SVGColorProfileElement#getLocal()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
String | getName()
DOM: Implements {@link SVGColorProfileElement#getName()}. |
short | getRenderingIntent()
DOM: Implements {@link
SVGColorProfileElement#getRenderingIntent()}. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setLocal(String local)
DOM: Implements {@link SVGColorProfileElement#setLocal(String)}. |
void | setName(String name)
DOM: Implements {@link SVGColorProfileElement#setName(String)}. |
void | setRenderingIntent(short renderingIntent)
DOM: Implements {@link
SVGColorProfileElement#setRenderingIntent(short)}. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.