|
||||||||||
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 BridgeExtension
public java.util.Iterator getImplementedExtensions()
getImplementedExtensions
in interface BridgeExtension
public java.lang.String getAuthor()
getAuthor
in interface BridgeExtension
public java.lang.String getContactAddress()
getContactAddress
in interface BridgeExtension
public java.lang.String getURL()
getURL
in interface BridgeExtension
public java.lang.String getDescription()
getDescription
in interface BridgeExtension
public void registerTags(BridgeContext ctx)
registerTags
in interface BridgeExtension
ctx
- The BridgeContext instance to be updated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |