Class ListValue

java.lang.Object
org.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.ListValue
All Implemented Interfaces:
Value

public class ListValue extends AbstractValue
This class represents a list of values.
Version:
$Id: ListValue.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • length

      protected int length
      The length of the list.
    • items

      protected Value[] items
      The items.
    • separator

      protected char separator
      The list separator.
  • Constructor Details

    • ListValue

      public ListValue()
      Creates a ListValue.
    • ListValue

      public ListValue(char s)
      Creates a ListValue with the given separator.
  • Method Details