public class CSSRectangleValue extends Object implements CSSValue
Constructor and Description |
---|
CSSRectangleValue(CSSRectangleType type,
CSSNumericValue top,
CSSNumericValue right,
CSSNumericValue bottom,
CSSNumericValue left) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines if this instance of the object is equals to another Object
|
CSSNumericValue |
getBottom() |
String |
getCSSText() |
CSSNumericValue |
getLeft() |
CSSNumericValue |
getRight() |
CSSNumericValue |
getTop() |
CSSType |
getType() |
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 String getCSSText()
getCSSText
in interface CSSValue