org.apache.batik.svggen
Interface StyleHandler
- All Known Implementing Classes:
- DefaultStyleHandler
public interface StyleHandler
The StyleHandler interface allows you to specialize
how the style will be set on an SVG Element.
- Version:
- $Id: StyleHandler.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Christophe Jolif
setStyle
void setStyle(Element element,
Map styleMap,
SVGGeneratorContext generatorContext)
- Sets the style described by
styleMap on the given
element.
- Parameters:
element - the SVG Element to be styled.styleMap - the Map containing pairs of style
property names, style values.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.