org.apache.batik.css.engine.value.svg
Interface SVGValue
public
interface
SVGValue
extends Value
This interface represents the values for properties like 'fill',
'flood-color'...
Method Summary |
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. |
public float getColor(int i)
Returns the color at the given index, if this object represents
a SVGColor.
public String getColorProfile()
Returns the color profile, if this object represents a SVGColor.
public short getColorType()
Returns the color type, if this object represents a SVGColor.
public int getNumberOfColors()
Returns the number of colors, if this object represents a SVGColor.
public short getPaintType()
Returns the paint type, if this object represents a SVGPaint.
public String getUri()
Returns the URI of the paint, if this object represents a SVGPaint.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.