Class AttributeValue

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, SequencedCollection

public class AttributeValue extends ArrayList
Encapsulates a font attribute value
See Also:
  • Constructor Details

    • AttributeValue

      public AttributeValue()
  • Method Details

    • valueOf

      public static AttributeValue valueOf(String valuesString)
      Returns an AttributeValue object holding the value of the specified String.
      Parameters:
      valuesString - the value to be parsed
      Returns:
      an AttributeValue object holding the value represented by the string argument.