|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the immutable values used internally to represents SVG CSS values.
Method Summary | |
short |
getColorType()
Returns the color type, if this object represents a SVGColor. |
SVGICCColor |
getICCColor()
Returns the RGBColor, if this object represents a SVGColor. |
short |
getPaintType()
Returns the paint type, if this object represents a SVGPaint. |
RGBColor |
getRGBColor()
Returns the RGBColor, if this object represents a SVGColor. |
java.lang.String |
getUri()
Returns the URI of the paint, if this object represents a SVGPaint. |
Methods inherited from interface org.apache.batik.css.value.ImmutableValue |
createReadOnlyCopy, getCounterValue, getCssText, getCssValueType, getFloatValue, getLength, getPrimitiveType, getRectValue, getRGBColorValue, getStringValue, item |
Method Detail |
public short getPaintType()
public java.lang.String getUri()
public short getColorType()
public RGBColor getRGBColor()
public SVGICCColor getICCColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |