Interface TextPosition

All Known Subinterfaces:
TextFormatProcessor
All Known Implementing Classes:
TextFormatMessage

public interface TextPosition
Interface for an object that has a position in a text with line and column number.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • getLine

      int getLine()
      Returns:
      the line number starting from 1 for the first line.
    • getColumn

      int getColumn()
      Returns:
      the column number starting from 1 for the first character in the line.