public class SVGPaint extends SVGColor
| Modifier and Type | Field and Description |
|---|---|
double |
paintType |
static double |
SVG_PAINTTYPE_CURRENTCOLOR |
static double |
SVG_PAINTTYPE_NONE |
static double |
SVG_PAINTTYPE_RGBCOLOR |
static double |
SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR |
static double |
SVG_PAINTTYPE_UNKNOWN |
static double |
SVG_PAINTTYPE_URI |
static double |
SVG_PAINTTYPE_URI_CURRENTCOLOR |
static double |
SVG_PAINTTYPE_URI_NONE |
static double |
SVG_PAINTTYPE_URI_RGBCOLOR |
static double |
SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR |
java.lang.String |
uri |
colorType, rgbColor, SVG_COLORTYPE_CURRENTCOLOR, SVG_COLORTYPE_RGBCOLOR, SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, SVG_COLORTYPE_UNKNOWN| Constructor and Description |
|---|
SVGPaint() |
| Modifier and Type | Method and Description |
|---|---|
void |
setPaint(double paintType,
java.lang.String uri,
java.lang.String rgbColor,
java.lang.String iccColor) |
void |
setUri(java.lang.String uri) |
setColor, setRGBColor, setRGBColorICCColorpublic static final double SVG_PAINTTYPE_CURRENTCOLOR
public static final double SVG_PAINTTYPE_NONE
public static final double SVG_PAINTTYPE_RGBCOLOR
public static final double SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
public static final double SVG_PAINTTYPE_UNKNOWN
public static final double SVG_PAINTTYPE_URI
public static final double SVG_PAINTTYPE_URI_CURRENTCOLOR
public static final double SVG_PAINTTYPE_URI_NONE
public static final double SVG_PAINTTYPE_URI_RGBCOLOR
public static final double SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
public double paintType
public java.lang.String uri