|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.batik.bridge.SVGBridgeExtension
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
| Constructor Summary | |
SVGBridgeExtension()
|
|
| 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. |
java.util.Iterator |
getImplementedExtensions()
This should return the list of extensions implemented by this BridgeExtension. |
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(BridgeContext ctx)
This method should update the BridgeContext 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 SVGBridgeExtension()
| Method Detail |
public float getPriority()
getPriority in interface BridgeExtensionpublic java.util.Iterator getImplementedExtensions()
getImplementedExtensions in interface BridgeExtensionpublic java.lang.String getAuthor()
getAuthor in interface BridgeExtensionpublic java.lang.String getContactAddress()
getContactAddress in interface BridgeExtensionpublic java.lang.String getURL()
getURL in interface BridgeExtensionpublic java.lang.String getDescription()
getDescription in interface BridgeExtensionpublic void registerTags(BridgeContext ctx)
registerTags in interface BridgeExtensionctx - The BridgeContext instance to be updated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||