Package bluej.extensions2.editor
Class JavaEditor.LocationDetails
- java.lang.Object
-
- bluej.extensions2.editor.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).
-
-
-
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.
-
-