|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.extension.svg.BatikBridgeExtension
public class BatikBridgeExtension
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 | |
|---|---|
BatikBridgeExtension()
|
|
| 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. |
Iterator |
getImplementedExtensions()
This should return the list of extensions implemented by this BridgeExtension. |
float |
getPriority()
Return the priority of this Extension. |
String |
getURL()
This should return a URL where information can be obtained on this extension. |
boolean |
isDynamicElement(Element e)
Whether the presence of the specified element should cause the document to be dynamic. |
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 BatikBridgeExtension()
| Method Detail |
|---|
public float getPriority()
getPriority in interface BridgeExtensionpublic Iterator getImplementedExtensions()
getImplementedExtensions in interface BridgeExtensionpublic String getAuthor()
getAuthor in interface BridgeExtensionpublic String getContactAddress()
getContactAddress in interface BridgeExtensionpublic String getURL()
getURL in interface BridgeExtensionpublic String getDescription()
getDescription in interface BridgeExtensionpublic void registerTags(BridgeContext ctx)
registerTags in interface BridgeExtensionctx - The BridgeContext instance to be updatedpublic boolean isDynamicElement(Element e)
isDynamicElement in interface BridgeExtensione - The element to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||