java.lang.Object
org.jfree.layouting.input.style.values.CSSValuePair
public class CSSValuePair
extends java.lang.Object
implements CSSValue
CSSValuePair(CSSValue firstValue)
CSSValuePair(CSSValue firstValue, CSSValue secondValue)
String
getCSSText()
CSSValue
getFirstValue()
getSecondValue()
toString()
public CSSValuePair(CSSValue firstValue)
public CSSValuePair(CSSValue firstValue, CSSValue secondValue)
public String getCSSText()
Specified by:getCSSText in interface CSSValue
public CSSValue getFirstValue()
public CSSValue getSecondValue()
public String toString()