Uses of Class
org.apache.batik.extension.ExtensionElement
-
Packages that use ExtensionElement Package Description org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...).org.apache.batik.extension.svg -
-
Uses of ExtensionElement in org.apache.batik.extension
Subclasses of ExtensionElement in org.apache.batik.extension Modifier and Type Class Description classGraphicsExtensionElementAn abstract base class for graphical extension elements.classPrefixableStylableExtensionElementThis class implements a simple method for handling the node 'prefix'.classStylableExtensionElementThis 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", ...). -
Uses of ExtensionElement in org.apache.batik.extension.svg
Subclasses of ExtensionElement in org.apache.batik.extension.svg Modifier and Type Class Description classBatikHistogramNormalizationElementThis class implements a histogram normalization extension to SVG.classBatikRegularPolygonElementThis class implements a regular polygon extension to SVGclassBatikStarElementThis class implements a star shape extension to sVGclassColorSwitchElementThis class implements a "color switch" extension to SVG.classFlowDivElementThis class implements a regular polygon extension to SVGclassFlowRegionElementThis class implements a regular polygon extension to SVGclassFlowTextElementThis class implements a regular polygon extension to SVG
-