|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.svggen.DefaultStyleHandler
The DefaultStyleHandler
class provides the default
way to style an SVG Element
.
Constructor Summary | |
DefaultStyleHandler()
|
Method Summary | |
void |
setStyle(Element element,
java.util.Map styleMap,
SVGGeneratorContext generatorContext)
Sets the style described by styleMap on the given
element . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultStyleHandler()
Method Detail |
public void setStyle(Element element, java.util.Map styleMap, SVGGeneratorContext generatorContext)
styleMap
on the given
element
. That is sets the xml attributes with their
styled value.setStyle
in interface StyleHandler
element
- the SVG Element
to be styled.styleMap
- the Map
containing pairs of style
property names, style values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |