org.w3c.dom.svg
Interface SVGColor
- All Superinterfaces:
- CSSValue
- All Known Subinterfaces:
- SVGPaint
- All Known Implementing Classes:
- CSSOMSVGColor, CSSOMSVGPaint
- public interface SVGColor
- extends CSSValue
SVG_COLORTYPE_UNKNOWN
public static final short SVG_COLORTYPE_UNKNOWN
- See Also:
- Constant Field Values
SVG_COLORTYPE_RGBCOLOR
public static final short SVG_COLORTYPE_RGBCOLOR
- See Also:
- Constant Field Values
SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
public static final short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
- See Also:
- Constant Field Values
SVG_COLORTYPE_CURRENTCOLOR
public static final short SVG_COLORTYPE_CURRENTCOLOR
- See Also:
- Constant Field Values
getColorType
public short getColorType()
getRGBColor
public RGBColor getRGBColor()
getICCColor
public SVGICCColor getICCColor()
setRGBColor
public void setRGBColor(String rgbColor)
throws SVGException
- Throws:
SVGException
setRGBColorICCColor
public void setRGBColorICCColor(String rgbColor,
String iccColor)
throws SVGException
- Throws:
SVGException
setColor
public void setColor(short colorType,
String rgbColor,
String iccColor)
throws SVGException
- Throws:
SVGException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.