org.apache.batik.css.dom
public class CSSOMSVGPaint extends CSSOMSVGColor implements SVGPaint
| Nested Class Summary | |
|---|---|
| abstract class | CSSOMSVGPaint.AbstractModificationHandler
Provides an abstract implementation of a PaintModificationHandler. |
| interface | CSSOMSVGPaint.PaintModificationHandler
To manage the modifications on a SVGPaint value. |
| Constructor Summary | |
|---|---|
| CSSOMSVGPaint(ValueProvider vp)
Creates a new CSSOMSVGPaint. | |
| Method Summary | |
|---|---|
| short | getColorType()
DOM: Implements org.w3c.dom.svg.SVGColor#getColorType(). |
| short | getPaintType()
DOM: Implements org.w3c.dom.svg.SVGPaint#getPaintType(). |
| String | getUri()
DOM: Implements org.w3c.dom.svg.SVGPaint#getUri(). |
| void | setModificationHandler(ModificationHandler h)
Sets the modification handler of this value. |
| void | setPaint(short paintType, String uri, String rgbColor, String iccColor)
DOM: Implements org.w3c.dom.svg.SVGPaint#setPaint(short,String,String,String). |
| void | setUri(String uri)
DOM: Implements org.w3c.dom.svg.SVGPaint#setUri(String). |