|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.SVGBridgeExtension
org.apache.batik.bridge.svg12.SVG12BridgeExtension
public class SVG12BridgeExtension
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 | |
---|---|
SVG12BridgeExtension()
|
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 SVG12BridgeExtension()
Method Detail |
---|
public float getPriority()
getPriority
in interface BridgeExtension
getPriority
in class SVGBridgeExtension
public Iterator getImplementedExtensions()
getImplementedExtensions
in interface BridgeExtension
getImplementedExtensions
in class SVGBridgeExtension
public String getAuthor()
getAuthor
in interface BridgeExtension
getAuthor
in class SVGBridgeExtension
public String getContactAddress()
getContactAddress
in interface BridgeExtension
getContactAddress
in class SVGBridgeExtension
public String getURL()
getURL
in interface BridgeExtension
getURL
in class SVGBridgeExtension
public String getDescription()
getDescription
in interface BridgeExtension
getDescription
in class SVGBridgeExtension
public void registerTags(BridgeContext ctx)
registerTags
in interface BridgeExtension
registerTags
in class SVGBridgeExtension
ctx
- The BridgeContext instance to be updatedpublic boolean isDynamicElement(Element e)
isDynamicElement
in interface BridgeExtension
isDynamicElement
in class SVGBridgeExtension
e
- The element to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |