org.apache.batik.svggen

Class SVGStrokeDescriptor

public class SVGStrokeDescriptor extends Object implements SVGDescriptor, SVGSyntax

Used to represent an SVG Paint. This can be achieved with to values: an SVG paint value and an SVG opacity value
Constructor Summary
SVGStrokeDescriptor(String strokeWidth, String capStyle, String joinStyle, String miterLimit, String dashArray, String dashOffset)
Method Summary
MapgetAttributeMap(Map attrMap)
ListgetDefinitionSet(List defSet)

Constructor Detail

SVGStrokeDescriptor

public SVGStrokeDescriptor(String strokeWidth, String capStyle, String joinStyle, String miterLimit, String dashArray, String dashOffset)

Method Detail

getAttributeMap

public Map getAttributeMap(Map attrMap)

getDefinitionSet

public List getDefinitionSet(List defSet)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.