Package org.teavm.jso.dom.html
Interface TextRectangle
- All Superinterfaces:
org.teavm.jso.JSObject
public interface TextRectangle
extends org.teavm.jso.JSObject
-
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getLeft
int getLeft() -
getRight
int getRight() -
getTop
int getTop() -
getBottom
int getBottom() -
getWidth
int getWidth() -
getHeight
int getHeight()
-