org.apache.batik.extension.svg
public class BatikDomExtension extends Object implements DomExtension, BatikExtConstants
| Nested Class Summary | |
|---|---|
| protected static class | BatikDomExtension.BatikHistogramNormalizationElementFactory
To create a 'histogramNormalization' element. |
| protected static class | BatikDomExtension.BatikRegularPolygonElementFactory
To create a 'regularPolygon' element. |
| protected static class | BatikDomExtension.BatikStarElementFactory
To create a 'star' element. |
| protected static class | BatikDomExtension.ColorSwitchElementFactory
To create a 'colorSwitch' element. |
| protected static class | BatikDomExtension.FlowDivElementFactory
To create a 'flowDiv' element. |
| protected static class | BatikDomExtension.FlowLineElementFactory
To create a 'flowLine' element. |
| protected static class | BatikDomExtension.FlowParaElementFactory
To create a 'flowPara' element. |
| protected static class | BatikDomExtension.FlowRegionBreakElementFactory
To create a 'flowRegionBreak' element. |
| protected static class | BatikDomExtension.FlowRegionElementFactory
To create a 'flowRegion' element. |
| protected static class | BatikDomExtension.FlowSpanElementFactory
To create a 'flowSpan' element. |
| protected static class | BatikDomExtension.FlowTextElementFactory
To create a 'flowText' element. |
| Method Summary | |
|---|---|
| String | getAuthor()
This should return the individual or company name responsible
for the this implementation of the extension. |
| String | getContactAddress()
This should contain a contact address (usually an e-mail address). |
| String | getDescription()
Human readable description of the extension.
|
| float | getPriority()
Return the priority of this Extension. |
| String | getURL()
This should return a URL where information can be obtained on
this extension. |
| void | registerTags(ExtensibleDOMImplementation di)
This method should update the DomContext with support
for the tags in this extension. |
Parameters: di The ExtensibleDOMImplementation to register the extension elements with.