Class BlockBoxing.LiteRelayoutDataList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] childOffsets  
      (package private) LayoutState[] layoutStates  
      (package private) java.util.TreeSet<java.lang.Integer> runEnds  
      (package private) java.util.TreeSet<java.lang.Integer> runStarts  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void addRunEnd​(int boxIndex)  
      (package private) void addRunStart​(int boxIndex)  
      void configureRun​(int offset, BlockBox previous, BlockBox current)
      Marks two consecutive block boxes as being in a run of boxes where a page break should not occur between them as set in the page-break-after and page-break-before CSS properties.
      (package private) int getChildOffset​(int boxIndex)  
      (package private) LayoutState getLayoutState​(int boxIndex)  
      (package private) int getRunStart​(int endRunIndex)  
      (package private) boolean isEndsRun​(int boxIndex)  
      (package private) boolean isInRun​(int boxIndex)  
      (package private) void setChildOffset​(int boxIndex, int childOffset)  
      (package private) void setLayoutState​(int boxIndex, LayoutState state)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait