Class CSSValuePair

  • All Implemented Interfaces:
    java.io.Serializable, CSSValue

    public class CSSValuePair
    extends java.lang.Object
    implements CSSValue
    Creation-Date: 15.04.2006, 10:56:53
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • CSSValuePair

        public CSSValuePair​(CSSValue firstValue)
      • CSSValuePair

        public CSSValuePair​(CSSValue firstValue,
                            CSSValue secondValue)
    • Method Detail

      • getFirstValue

        public CSSValue getFirstValue()
      • getSecondValue

        public CSSValue getSecondValue()
      • getCSSText

        public java.lang.String getCSSText()
        Specified by:
        getCSSText in interface CSSValue
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object