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