Class CSSOMValue.ListComponent

java.lang.Object
org.apache.batik.css.dom.CSSOMValue.AbstractComponent
org.apache.batik.css.dom.CSSOMValue.ListComponent
All Implemented Interfaces:
org.w3c.dom.css.CSSPrimitiveValue, org.w3c.dom.css.CSSValue
Enclosing class:
CSSOMValue

protected class CSSOMValue.ListComponent extends CSSOMValue.AbstractComponent
To represents a List component.
  • Field Details

    • index

      protected int index
      The index of this component.
  • Constructor Details

    • ListComponent

      public ListComponent(int idx)
      Creates a new ListComponent.
  • Method Details

    • getValue

      protected Value getValue()
      The returns the actual value of this component.
      Specified by:
      getValue in class CSSOMValue.AbstractComponent
    • setCssText

      public void setCssText(String cssText) throws DOMException
      DOM: Implements CSSValue.setCssText(String).
      Throws:
      DOMException
    • setFloatValue

      public void setFloatValue(short unitType, float floatValue) throws DOMException
      DOM: Implements CSSPrimitiveValue.setFloatValue(short,float).
      Throws:
      DOMException
    • setStringValue

      public void setStringValue(short stringType, String stringValue) throws DOMException
      DOM: Implements CSSPrimitiveValue.setStringValue(short,String).
      Throws:
      DOMException