org.apache.batik.svggen
public interface StyleHandler
StyleHandler interface allows you to specialize
how the style will be set on an SVG Element.
| Method Summary | |
|---|---|
| void | setStyle(Element element, Map styleMap, SVGGeneratorContext generatorContext)
Sets the style described by styleMap on the given
element. |
styleMap on the given
element.Parameters: element the SVG Element to be styled. styleMap the Map containing pairs of style
property names, style values.