org.apache.batik.extension |
This package contains Batik's extensions to standard SVG (custom elements,
additional bridges...).
|
Java Source File Name | Type | Comment |
ExtensionElement.java | Class | This class implements the basic features an element must have in order
to be usable as a foreign element within an SVGOMDocument. |
GraphicsExtensionElement.java | Class | An abstract base class for graphical extension elements. |
PrefixableStylableExtensionElement.java | Class | This class implements a simple method for handling the node 'prefix'. |
StylableExtensionElement.java | Class | This class implements the basic features an element must have in
order to be usable as a foreign element within an SVGOMDocument,
and the support for both the 'style' attribute and the style
attributes (ie: fill="red", ...). |