java.io.Serializable
, CSSValue
public class CSSRectangleValue extends java.lang.Object implements CSSValue
Constructor | Description |
---|---|
CSSRectangleValue(CSSRectangleType type,
CSSNumericValue top,
CSSNumericValue right,
CSSNumericValue bottom,
CSSNumericValue left) |
Modifier and Type | Method | 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