Package org.teavm.jso.dom.html
Interface TextRectangle
- All Superinterfaces:
JSObject
-
Method Summary
-
Method Details
-
getLeft
int getLeft() -
getRight
int getRight() -
getTop
int getTop() -
getBottom
int getBottom() -
getWidth
int getWidth() -
getHeight
int getHeight()
-