|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a Service interface for classes that want to extend the functionality of the SVGOMDocument, to support new tags in the DOM tree.
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 return 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 DOMImplementation with support for the tags in this extension. |
Method Detail |
public float getPriority()
public java.lang.String getAuthor()
public java.lang.String getContactAddress()
public java.lang.String getURL()
public java.lang.String getDescription()
public void registerTags(ExtensibleSVGDOMImplementation di)
di
- The DOMImplementation instance to be updated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |