Class CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue

java.lang.Object
org.apache.batik.css.dom.CSSOMSVGColor
org.apache.batik.css.dom.CSSOMSVGPaint
org.apache.batik.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
All Implemented Interfaces:
CSSOMSVGColor.ValueProvider, CSSValue, RGBColor, org.w3c.dom.svg.SVGColor, org.w3c.dom.svg.SVGICCColor, org.w3c.dom.svg.SVGNumberList, org.w3c.dom.svg.SVGPaint
Enclosing class:
CSSOMSVGStyleDeclaration

public class CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue extends CSSOMSVGPaint implements CSSOMSVGColor.ValueProvider
This class represents a CSS value returned by this declaration.
  • Field Details

    • property

      protected String property
      The property name.
  • Constructor Details

    • StyleDeclarationPaintValue

      public StyleDeclarationPaintValue(String prop)
      Creates a new StyleDeclarationPaintValue.
  • Method Details