public class CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue extends CSSOMSVGPaint implements CSSOMSVGColor.ValueProvider
CSSOMSVGPaint.AbstractModificationHandler, CSSOMSVGPaint.PaintModificationHandler
CSSOMSVGColor.AbstractComponent, CSSOMSVGColor.BlueComponent, CSSOMSVGColor.ColorNumber, CSSOMSVGColor.FloatComponent, CSSOMSVGColor.GreenComponent, CSSOMSVGColor.ModificationHandler, CSSOMSVGColor.RedComponent, CSSOMSVGColor.ValueProvider
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
property
The property name.
|
blueComponent, greenComponent, handler, iccColors, redComponent, valueProvider
SVG_PAINTTYPE_CURRENTCOLOR, SVG_PAINTTYPE_NONE, SVG_PAINTTYPE_RGBCOLOR, SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR, SVG_PAINTTYPE_UNKNOWN, SVG_PAINTTYPE_URI, SVG_PAINTTYPE_URI_CURRENTCOLOR, SVG_PAINTTYPE_URI_NONE, SVG_PAINTTYPE_URI_RGBCOLOR, SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
Constructor and Description |
---|
StyleDeclarationPaintValue(java.lang.String prop)
Creates a new StyleDeclarationPaintValue.
|
Modifier and Type | Method and Description |
---|---|
Value |
getValue()
Returns the current value associated with this object.
|
getColorType, getPaintType, getUri, setModificationHandler, setPaint, setUri
appendItem, clear, getBlue, getColorProfile, getColors, getCssText, getCssValueType, getGreen, getIccColor, getICCColor, getItem, getNumberOfItems, getRed, getRgbColor, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, setRGBColor, setRGBColorICCColor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StyleDeclarationPaintValue(java.lang.String prop)
public Value getValue()
getValue
in interface CSSOMSVGColor.ValueProvider