Class CSSOMSVGComputedStyle.ComputedCSSColorValue
java.lang.Object
org.apache.batik.css.dom.CSSOMSVGColor
org.apache.batik.css.dom.CSSOMSVGComputedStyle.ComputedCSSColorValue
- All Implemented Interfaces:
CSSOMSVGColor.ValueProvider, CSSValue, RGBColor, org.w3c.dom.svg.SVGColor, org.w3c.dom.svg.SVGICCColor, org.w3c.dom.svg.SVGNumberList
- Enclosing class:
CSSOMSVGComputedStyle
protected class CSSOMSVGComputedStyle.ComputedCSSColorValue
extends CSSOMSVGColor
implements CSSOMSVGColor.ValueProvider
To manage a computed color CSSValue.
-
Nested Class Summary
Nested classes/interfaces inherited from class CSSOMSVGColor
CSSOMSVGColor.AbstractComponent, CSSOMSVGColor.AbstractModificationHandler, CSSOMSVGColor.BlueComponent, CSSOMSVGColor.ColorNumber, CSSOMSVGColor.FloatComponent, CSSOMSVGColor.GreenComponent, CSSOMSVGColor.ModificationHandler, CSSOMSVGColor.RedComponent, CSSOMSVGColor.ValueProvider -
Field Summary
FieldsFields inherited from class CSSOMSVGColor
blueComponent, greenComponent, handler, iccColors, redComponent, valueProviderFields inherited from interface CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LISTFields inherited from interface org.w3c.dom.svg.SVGColor
SVG_COLORTYPE_CURRENTCOLOR, SVG_COLORTYPE_RGBCOLOR, SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, SVG_COLORTYPE_UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CSSOMSVGColor
appendItem, clear, getBlue, getColorProfile, getColors, getColorType, getCssText, getCssValueType, getGreen, getIccColor, getICCColor, getItem, getNumberOfItems, getRed, getRgbColor, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, setModificationHandler, setRGBColor, setRGBColorICCColor
-
Field Details
-
index
protected int indexThe index of the associated value.
-
-
Constructor Details
-
ComputedCSSColorValue
public ComputedCSSColorValue(int idx) Creates a new ComputedCSSColorValue.
-
-
Method Details
-
getValue
Returns the Value associated with this object.- Specified by:
getValuein interfaceCSSOMSVGColor.ValueProvider
-