public interface SVGValue extends Value
| Modifier and Type | Method and Description |
|---|---|
float |
getColor(int i)
Returns the color at the given index, if this object represents
a SVGColor.
|
String |
getColorProfile()
Returns the color profile, if this object represents a SVGColor.
|
short |
getColorType()
Returns the color type, if this object represents a SVGColor.
|
int |
getNumberOfColors()
Returns the number of colors, if this object represents a SVGColor.
|
short |
getPaintType()
Returns the paint type, if this object represents a SVGPaint.
|
String |
getUri()
Returns the URI of the paint, if this object represents a SVGPaint.
|
getBlue, getBottom, getCssText, getCssValueType, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, itemshort getPaintType()
throws DOMException
DOMExceptionString getUri() throws DOMException
DOMExceptionshort getColorType()
throws DOMException
DOMExceptionString getColorProfile() throws DOMException
DOMExceptionint getNumberOfColors()
throws DOMException
DOMExceptionfloat getColor(int i)
throws DOMException
DOMExceptionCopyright © 2000–2017 Apache Software Foundation. All rights reserved.