org.jfree.layouting.input.style.values

Class CSSValuePair

public class CSSValuePair extends Object implements CSSValue

Creation-Date: 15.04.2006, 10:56:53

Author: Thomas Morgner

Constructor Summary
CSSValuePair(CSSValue firstValue)
CSSValuePair(CSSValue firstValue, CSSValue secondValue)
Method Summary
StringgetCSSText()
CSSValuegetFirstValue()
CSSValuegetSecondValue()
StringtoString()

Constructor Detail

CSSValuePair

public CSSValuePair(CSSValue firstValue)

CSSValuePair

public CSSValuePair(CSSValue firstValue, CSSValue secondValue)

Method Detail

getCSSText

public String getCSSText()

getFirstValue

public CSSValue getFirstValue()

getSecondValue

public CSSValue getSecondValue()

toString

public String toString()