| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.batik.extension.svg.BatikDomExtension
This is a Service interface for classes that want to extend the functionality of the Dom, to support new tags in the rendering tree.
| Inner Class Summary | |
| protected static class | BatikDomExtension.BatikHistogramNormalizationElementFactoryTo create a 'histogramNormalization' element. | 
| protected static class | BatikDomExtension.BatikMultiImageElementFactoryTo create a 'multiImage' element. | 
| protected static class | BatikDomExtension.BatikRegularPolygonElementFactoryTo create a 'regularPolygon' element. | 
| protected static class | BatikDomExtension.BatikStarElementFactoryTo create a 'star' element. | 
| protected static class | BatikDomExtension.ColorSwitchElementFactoryTo create a 'solidColor' element. | 
| protected static class | BatikDomExtension.FlowDivElementFactoryTo create a 'flowDiv' element. | 
| protected static class | BatikDomExtension.FlowLineElementFactoryTo create a 'flowLine' element. | 
| protected static class | BatikDomExtension.FlowParaElementFactoryTo create a 'flowPara' element. | 
| protected static class | BatikDomExtension.FlowRegionBreakElementFactoryTo create a 'flowRegionBreak' element. | 
| protected static class | BatikDomExtension.FlowSpanElementFactoryTo create a 'flowSpan' element. | 
| protected static class | BatikDomExtension.FlowTextElementFactoryTo create a 'flowText' element. | 
| protected static class | BatikDomExtension.SolidColorElementFactoryTo create a 'solidColor' element. | 
| Constructor Summary | |
| BatikDomExtension() | |
| Method Summary | |
|  java.lang.String | getAuthor()This should return the individual or company name responsible for the this implementation of the extension. | 
|  java.lang.String | getContactAddress()This should contain a contact address (usually an e-mail address). | 
|  java.lang.String | getDescription()Human readable description of the extension. | 
|  float | getPriority()Return the priority of this Extension. | 
|  java.lang.String | getURL()This should return a URL where information can be obtained on this extension. | 
|  void | registerTags(ExtensibleSVGDOMImplementation di)This method should update the DomContext with support for the tags in this extension. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public BatikDomExtension()
| Method Detail | 
public float getPriority()
getPriority in interface DomExtensionpublic java.lang.String getAuthor()
getAuthor in interface DomExtensionpublic java.lang.String getContactAddress()
getContactAddress in interface DomExtensionpublic java.lang.String getURL()
getURL in interface DomExtensionpublic java.lang.String getDescription()
getDescription in interface DomExtensionpublic void registerTags(ExtensibleSVGDOMImplementation di)
registerTags in interface DomExtensionctx - The DomContext instance to be updated| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||