org.jfree.layouting.input.style.values
public class CSSValuePair extends Object implements CSSValue
Constructor Summary | |
---|---|
CSSValuePair(CSSValue firstValue) | |
CSSValuePair(CSSValue firstValue, CSSValue secondValue) |
Method Summary | |
---|---|
String | getCSSText() |
CSSValue | getFirstValue() |
CSSValue | getSecondValue() |
String | toString() |