Class CSSOMSVGStyleDeclaration.StyleDeclarationColorValue

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

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

    • property

      protected String property
      The property name.
  • Constructor Details

    • StyleDeclarationColorValue

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