Interface OrphanContext

    • Method Detail

      • startChild

        void startChild​(RenderBox box)
      • getOrphanValue

        long getOrphanValue()
        Orphan value is the y2/bottom-boundary for the element after which the box becomes breakable.
        Returns:
      • commit

        OrphanContext commit​(RenderBox box)
        Widow is the y/top boundary for the element after which the box becomes unbreakable.
        Returns:
      • subContextCommitted

        void subContextCommitted​(RenderBox contextBox)
      • clearForPooledReuse

        void clearForPooledReuse()
      • registerBreakMark

        void registerBreakMark​(RenderBox box)