Class Layout

java.lang.Object
org.luwrain.reader.view.Layout
All Implemented Interfaces:
Lines

public final class Layout extends Object implements Lines
  • Field Details

    • document

      protected final Document document
    • root

      protected final Node root
    • paragraphs

      protected final Paragraph[] paragraphs
    • rowParts

      protected final org.luwrain.reader.view.RowPart[] rowParts
    • rows

      protected final Row[] rows
    • lines

      protected final Layout.Line[] lines
  • Method Details

    • getLineCount

      public int getLineCount()
      Specified by:
      getLineCount in interface Lines
    • getLine

      public String getLine(int index)
      Specified by:
      getLine in interface Lines