Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.render
Class FloatDistances

java.lang.Object
  extended by org.xhtmlrenderer.render.FloatDistances

public class FloatDistances
extends java.lang.Object

A bean containing the distances that floated content takes up as measured from the left and right content edge of the containing block. Line boxes use this information to figure out where they need to position themselves within their containing block box.


Constructor Summary
FloatDistances()
           
 
Method Summary
 int getLeftFloatDistance()
           
 int getRightFloatDistance()
           
 void setLeftFloatDistance(int leftFloatDistance)
           
 void setRightFloatDistance(int rightFloatDistance)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatDistances

public FloatDistances()
Method Detail

getLeftFloatDistance

public int getLeftFloatDistance()

setLeftFloatDistance

public void setLeftFloatDistance(int leftFloatDistance)

getRightFloatDistance

public int getRightFloatDistance()

setRightFloatDistance

public void setRightFloatDistance(int rightFloatDistance)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home