org.apache.batik.svggen

Class SVGPaintDescriptor

public class SVGPaintDescriptor 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
SVGPaintDescriptor(String paintValue, String opacityValue)
SVGPaintDescriptor(String paintValue, String opacityValue, Element def)
Method Summary
MapgetAttributeMap(Map attrMap)
ElementgetDef()
ListgetDefinitionSet(List defSet)
StringgetOpacityValue()
StringgetPaintValue()

Constructor Detail

SVGPaintDescriptor

public SVGPaintDescriptor(String paintValue, String opacityValue)

SVGPaintDescriptor

public SVGPaintDescriptor(String paintValue, String opacityValue, Element def)

Method Detail

getAttributeMap

public Map getAttributeMap(Map attrMap)

getDef

public Element getDef()

getDefinitionSet

public List getDefinitionSet(List defSet)

getOpacityValue

public String getOpacityValue()

getPaintValue

public String getPaintValue()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.