Interface TextRectangle

All Superinterfaces:
org.teavm.jso.JSObject

public interface TextRectangle extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
    int
     
    int
     
    int
     

    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()