Class CSSOMStyleDeclaration.StyleDeclarationValue

java.lang.Object
org.apache.batik.css.dom.CSSOMValue
org.apache.batik.css.dom.CSSOMStyleDeclaration.StyleDeclarationValue
All Implemented Interfaces:
CSSOMValue.ValueProvider, Counter, CSSPrimitiveValue, CSSValue, CSSValueList, Rect, 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