Interface TextRectangle

All Superinterfaces:
JSObject

public interface TextRectangle extends JSObject
  • Method Details

    • getLeft

      int getLeft()
    • getRight

      int getRight()
    • getTop

      int getTop()
    • getBottom

      int getBottom()
    • getWidth

      int getWidth()
    • getHeight

      int getHeight()