JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.teavm.jso.apis
Package
org.teavm.jso.dom.html
Interface TextRectangle
All Superinterfaces:
JSObject
public interface
TextRectangle
extends
JSObject
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getBottom
()
int
getHeight
()
int
getLeft
()
int
getRight
()
int
getTop
()
int
getWidth
()
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
()