Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.layout
Class FloatLayoutResult

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

public class FloatLayoutResult
extends java.lang.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 layed out again once the line has been saved. FIXME: This class can go away


Constructor Summary
FloatLayoutResult()
           
 
Method Summary
 BlockBox getBlock()
           
 boolean isPending()
           
 void setBlock(BlockBox block)
           
 void setPending(boolean pending)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatLayoutResult

public FloatLayoutResult()
Method Detail

isPending

public boolean isPending()

setPending

public void setPending(boolean pending)

getBlock

public BlockBox getBlock()

setBlock

public void setBlock(BlockBox block)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home