Class JavaEditor.LocationDetails

  • Enclosing class:
    JavaEditor

    public static class JavaEditor.LocationDetails
    extends java.lang.Object
    Details of a text location.
    Since:
    Extension API 3.2 (BlueJ 5.0.2)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.geometry.Rectangle2D getLineBoundsOnScreen()
      The bounds on screen of the line containing the text position.
      TextLocation getTextLocation()
      The text location (line/column).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTextLocation

        public TextLocation getTextLocation()
        The text location (line/column).
      • getLineBoundsOnScreen

        public javafx.geometry.Rectangle2D getLineBoundsOnScreen()
        The bounds on screen of the line containing the text position.