org.w3c.dom.svg
Interface SVGColor
- All Superinterfaces:
- CSSValue
- All Known Subinterfaces:
- SVGPaint
- public interface SVGColor
- extends CSSValue
SVG_COLORTYPE_UNKNOWN
public static final short SVG_COLORTYPE_UNKNOWN
SVG_COLORTYPE_RGBCOLOR
public static final short SVG_COLORTYPE_RGBCOLOR
SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
public static final short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
getColorType
public short getColorType()
getRGBColor
public RGBColor getRGBColor()
getICCColor
public SVGICCColor getICCColor()
setRGBColor
public void setRGBColor(java.lang.String rgbColor)
throws SVGException
setRGBColorICCColor
public void setRGBColorICCColor(java.lang.String rgbColor,
java.lang.String iccColor)
throws SVGException
Copyright © 2001 Apache Software Foundation. All Rights Reserved.