Class FloatLayoutResult

java.lang.Object
org.xhtmlrenderer.layout.FloatLayoutResult

public class FloatLayoutResult extends Object
A bean containing the result of laying out a floated block. If the floated block can't fit on the current line, it will be marked pending with the result that it will be laid out again once the line has been saved. FIXME: This class can go away
  • Field Details

    • _pending

      private final boolean _pending
    • _block

      private final BlockBox _block
  • Constructor Details

    • FloatLayoutResult

      public FloatLayoutResult(boolean pending, BlockBox block)
  • Method Details

    • isPending

      public boolean isPending()
    • getBlock

      public BlockBox getBlock()