Class SVGStylableElement.PresentationAttributeValue

java.lang.Object
org.apache.batik.css.dom.CSSOMValue
org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
All Implemented Interfaces:
CSSOMValue.ValueProvider, LiveAttributeValue, Counter, CSSPrimitiveValue, CSSValue, CSSValueList, Rect, RGBColor
Enclosing class:
SVGStylableElement

public class SVGStylableElement.PresentationAttributeValue extends CSSOMValue implements LiveAttributeValue, CSSOMValue.ValueProvider
To manage a presentation attribute value.
  • Field Details

    • cssEngine

      protected CSSEngine cssEngine
      The CSS engine.
    • property

      protected String property
      The property name.
    • value

      protected Value value
      The value.
    • mutate

      protected boolean mutate
      Whether the mutation comes from this object.
  • Constructor Details

    • PresentationAttributeValue

      public PresentationAttributeValue(CSSEngine eng, String prop)
      Creates a new PresentationAttributeValue.
  • Method Details