org.w3c.dom.svg
Interface SVGPaint
- All Superinterfaces:
- CSSValue, SVGColor
- All Known Implementing Classes:
- CSSOMSVGPaint
- public interface SVGPaint
- extends SVGColor
Method Summary |
short |
getPaintType()
|
java.lang.String |
getUri()
|
void |
setPaint(short paintType,
java.lang.String uri,
java.lang.String rgbColor,
java.lang.String iccColor)
|
void |
setUri(java.lang.String uri)
|
SVG_PAINTTYPE_UNKNOWN
public static final short SVG_PAINTTYPE_UNKNOWN
- See Also:
- Constant Field Values
SVG_PAINTTYPE_RGBCOLOR
public static final short SVG_PAINTTYPE_RGBCOLOR
- See Also:
- Constant Field Values
SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
public static final short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
- See Also:
- Constant Field Values
SVG_PAINTTYPE_NONE
public static final short SVG_PAINTTYPE_NONE
- See Also:
- Constant Field Values
SVG_PAINTTYPE_CURRENTCOLOR
public static final short SVG_PAINTTYPE_CURRENTCOLOR
- See Also:
- Constant Field Values
SVG_PAINTTYPE_URI_NONE
public static final short SVG_PAINTTYPE_URI_NONE
- See Also:
- Constant Field Values
SVG_PAINTTYPE_URI_CURRENTCOLOR
public static final short SVG_PAINTTYPE_URI_CURRENTCOLOR
- See Also:
- Constant Field Values
SVG_PAINTTYPE_URI_RGBCOLOR
public static final short SVG_PAINTTYPE_URI_RGBCOLOR
- See Also:
- Constant Field Values
SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
public static final short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
- See Also:
- Constant Field Values
SVG_PAINTTYPE_URI
public static final short SVG_PAINTTYPE_URI
- See Also:
- Constant Field Values
getPaintType
public short getPaintType()
getUri
public java.lang.String getUri()
setUri
public void setUri(java.lang.String uri)
setPaint
public void setPaint(short paintType,
java.lang.String uri,
java.lang.String rgbColor,
java.lang.String iccColor)
throws SVGException
SVGException
Copyright © 2002 Apache Software Foundation. All Rights Reserved.