org.jfree.layouting.input.style.values
public class CSSRectangleValue extends Object implements CSSValue
Constructor Summary | |
---|---|
CSSRectangleValue(CSSRectangleType type, CSSNumericValue top, CSSNumericValue right, CSSNumericValue bottom, CSSNumericValue left) |
Method Summary | |
---|---|
CSSNumericValue | getBottom() |
String | getCSSText() |
CSSNumericValue | getLeft() |
CSSNumericValue | getRight() |
CSSNumericValue | getTop() |
CSSRectangleType | getType() |
String | toString() |