public class RectImpl extends Object implements org.w3c.dom.css.Rect
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
org.w3c.dom.css.CSSPrimitiveValue |
getBottom() |
org.w3c.dom.css.CSSPrimitiveValue |
getLeft() |
org.w3c.dom.css.CSSPrimitiveValue |
getRight() |
org.w3c.dom.css.CSSPrimitiveValue |
getTop() |
int |
hashCode() |
public org.w3c.dom.css.CSSPrimitiveValue getTop()
getTop
in interface org.w3c.dom.css.Rect
public org.w3c.dom.css.CSSPrimitiveValue getRight()
getRight
in interface org.w3c.dom.css.Rect
public org.w3c.dom.css.CSSPrimitiveValue getBottom()
getBottom
in interface org.w3c.dom.css.Rect
public org.w3c.dom.css.CSSPrimitiveValue getLeft()
getLeft
in interface org.w3c.dom.css.Rect
Copyright © 2020. All rights reserved.