Interface ContentLine

    • Method Detail

      • getAreaBefore

        ContentRect getAreaBefore​(ContentRect area)
        Finds the area that precedes the given area on the line.
        Parameters:
        area - the given area
        Returns:
        the preceding area or null if area is the first area in the line.
      • getAreaAfter

        ContentRect getAreaAfter​(ContentRect area)
        Finds the area that follows the given area on the line.
        Parameters:
        area - the given area
        Returns:
        the following area or null if area is the last area in the line.