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$
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetStyle(Element element, Map styleMap, SVGGeneratorContext generatorContext) Sets the style described bystyleMapon the givenelement.
-
Method Details
-
setStyle
Sets the style described bystyleMapon the givenelement.- Parameters:
element- the SVGElementto be styled.styleMap- theMapcontaining pairs of style property names, style values.
-