Save This Page
Home » openjdk-7 » org.w3c » dom » svg » [javadoc | source]
org.w3c.dom.svg
public interface: SVGPaint [javadoc | source]

All Implemented Interfaces:
    SVGColor

Field Summary
public static final  short SVG_PAINTTYPE_UNKNOWN     
public static final  short SVG_PAINTTYPE_RGBCOLOR     
public static final  short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR     
public static final  short SVG_PAINTTYPE_NONE     
public static final  short SVG_PAINTTYPE_CURRENTCOLOR     
public static final  short SVG_PAINTTYPE_URI_NONE     
public static final  short SVG_PAINTTYPE_URI_CURRENTCOLOR     
public static final  short SVG_PAINTTYPE_URI_RGBCOLOR     
public static final  short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR     
public static final  short SVG_PAINTTYPE_URI     
Method from org.w3c.dom.svg.SVGPaint Summary:
getPaintType,   getUri,   setPaint,   setUri
Method from org.w3c.dom.svg.SVGPaint Detail:
 public short getPaintType()
 public String getUri()
 public  void setPaint(short paintType,
    String uri,
    String rgbColor,
    String iccColor) throws SVGException
 public  void setUri(String uri)