public interface StyleHandler
StyleHandler interface allows you to specialize
how the style will be set on an SVG Element.| Modifier and Type | Method and Description |
|---|---|
void |
setStyle(Element element,
java.util.Map styleMap,
SVGGeneratorContext generatorContext)
Sets the style described by
styleMap on the given
element. |
void setStyle(Element element, java.util.Map styleMap, SVGGeneratorContext generatorContext)
styleMap on the given
element.element - the SVG Element to be styled.styleMap - the Map containing pairs of style
property names, style values.Copyright © 2022 Apache Software Foundation. All Rights Reserved.