Class CSSOMStyleDeclaration.StyleDeclarationValue

java.lang.Object
org.apache.batik.css.dom.CSSOMValue
org.apache.batik.css.dom.CSSOMStyleDeclaration.StyleDeclarationValue
All Implemented Interfaces:
CSSOMValue.ValueProvider, org.w3c.dom.css.Counter, org.w3c.dom.css.CSSPrimitiveValue, org.w3c.dom.css.CSSValue, org.w3c.dom.css.CSSValueList, org.w3c.dom.css.Rect, org.w3c.dom.css.RGBColor
Enclosing class:
CSSOMStyleDeclaration

public class CSSOMStyleDeclaration.StyleDeclarationValue extends CSSOMValue implements CSSOMValue.ValueProvider
This class represents a CSS value returned by this declaration.
  • Field Details

    • property

      protected String property
      The property name.
  • Constructor Details

    • StyleDeclarationValue

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