public class RectImpl
extends java.lang.Object
implements org.w3c.dom.css.Rect
Modifier and Type | Class and Description |
---|---|
private static class |
RectImpl.SelfDisposer |
Modifier and Type | Field and Description |
---|---|
private long |
peer |
Constructor and Description |
---|
RectImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
(package private) static org.w3c.dom.css.Rect |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
org.w3c.dom.css.CSSPrimitiveValue |
getBottom() |
(package private) static long |
getBottomImpl(long peer) |
(package private) static org.w3c.dom.css.Rect |
getImpl(long peer) |
org.w3c.dom.css.CSSPrimitiveValue |
getLeft() |
(package private) static long |
getLeftImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.css.Rect arg) |
org.w3c.dom.css.CSSPrimitiveValue |
getRight() |
(package private) static long |
getRightImpl(long peer) |
org.w3c.dom.css.CSSPrimitiveValue |
getTop() |
(package private) static long |
getTopImpl(long peer) |
int |
hashCode() |
static org.w3c.dom.css.Rect create(long peer)
long getPeer()
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
static long getPeer(org.w3c.dom.css.Rect arg)
private static void dispose(long peer)
static org.w3c.dom.css.Rect getImpl(long peer)
public org.w3c.dom.css.CSSPrimitiveValue getTop()
getTop
in interface org.w3c.dom.css.Rect
static long getTopImpl(long peer)
public org.w3c.dom.css.CSSPrimitiveValue getRight()
getRight
in interface org.w3c.dom.css.Rect
static long getRightImpl(long peer)
public org.w3c.dom.css.CSSPrimitiveValue getBottom()
getBottom
in interface org.w3c.dom.css.Rect
static long getBottomImpl(long peer)
public org.w3c.dom.css.CSSPrimitiveValue getLeft()
getLeft
in interface org.w3c.dom.css.Rect
static long getLeftImpl(long peer)