Package io.sf.carte.doc.style.css
Interface CSSRectValue
- All Known Implementing Classes:
RectValue
public interface CSSRectValue
Interface representing a
rect()
function.-
Method Details
-
getTop
CSSPrimitiveValue getTop()The top of the rectangle.- Returns:
- the top of the rectangle.
-
getRight
CSSPrimitiveValue getRight()The right of the rectangle.- Returns:
- the right of the rectangle.
-
getBottom
CSSPrimitiveValue getBottom()The bottom of the rectangle.- Returns:
- the bottom of the rectangle.
-
getLeft
CSSPrimitiveValue getLeft()The left of the rectangle.- Returns:
- the left of the rectangle.
-