org.jfree.layouting.input.style.values
public class CSSValuePair extends java.lang.Object implements CSSValue
Constructor and Description |
---|
CSSValuePair(CSSValue firstValue) |
CSSValuePair(CSSValue firstValue,
CSSValue secondValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCSSText() |
CSSValue |
getFirstValue() |
CSSValue |
getSecondValue() |
java.lang.String |
toString() |
public CSSValuePair(CSSValue firstValue)
public CSSValue getFirstValue()
public CSSValue getSecondValue()
public java.lang.String getCSSText()
getCSSText
in interface CSSValue
public java.lang.String toString()
toString
in class java.lang.Object