org.apache.batik.css.dom
Class CSSOMSVGPaint
java.lang.Object
|
+--org.apache.batik.css.dom.CSSOMSVGColor
|
+--org.apache.batik.css.dom.CSSOMSVGPaint
- All Implemented Interfaces:
- CSSValue, RGBColor, SVGColor, SVGICCColor, SVGNumberList, SVGPaint
- Direct Known Subclasses:
- CSSOMSVGComputedStyle.ComputedCSSPaintValue, CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue, SVGStylableElement.PresentationAttributePaintValue
- public class CSSOMSVGPaint
- extends CSSOMSVGColor
- implements SVGPaint
This class implements the SVGPaint
interface.
Methods inherited from class org.apache.batik.css.dom.CSSOMSVGColor |
appendItem, clear, getBlue, getColorProfile, getColors, getCssText, getCssValueType, getGreen, getICCColor, getItem, getNumberOfItems, getRed, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, setRGBColor, setRGBColorICCColor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSOMSVGPaint
public CSSOMSVGPaint(CSSOMSVGColor.ValueProvider vp)
- Creates a new CSSOMSVGPaint.
setModificationHandler
public void setModificationHandler(CSSOMSVGColor.ModificationHandler h)
- Sets the modification handler of this value.
- Overrides:
setModificationHandler
in class CSSOMSVGColor
getColorType
public short getColorType()
- DOM: Implements
SVGColor.getColorType()
.
- Specified by:
getColorType
in interface SVGColor
- Overrides:
getColorType
in class CSSOMSVGColor
getPaintType
public short getPaintType()
- DOM: Implements
SVGPaint.getPaintType()
.
- Specified by:
getPaintType
in interface SVGPaint
getUri
public java.lang.String getUri()
- DOM: Implements
SVGPaint.getUri()
.
- Specified by:
getUri
in interface SVGPaint
setUri
public void setUri(java.lang.String uri)
- DOM: Implements
SVGPaint.setUri(String)
.
- Specified by:
setUri
in interface SVGPaint
setPaint
public void setPaint(short paintType,
java.lang.String uri,
java.lang.String rgbColor,
java.lang.String iccColor)
- DOM: Implements
SVGPaint.setPaint(short,String,String,String)
.
- Specified by:
setPaint
in interface SVGPaint
Copyright © 2002 Apache Software Foundation. All Rights Reserved.