org.xhtmlrenderer.render
Class FloatedBoxData
java.lang.Object
org.xhtmlrenderer.render.FloatedBoxData
public class FloatedBoxData
- extends java.lang.Object
A bean containing additional information used by floated boxes. The
marginFromSibiling
property contains the margin from our
previous inflow block level sibling (if it exists). It is necessary to
correctly position the box when collapsing vertical margins.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatedBoxData
public FloatedBoxData()
getDrawingLayer
public Layer getDrawingLayer()
setDrawingLayer
public void setDrawingLayer(Layer drawingLayer)
getManager
public FloatManager getManager()
setManager
public void setManager(FloatManager manager)
getMarginFromSibling
public int getMarginFromSibling()
setMarginFromSibling
public void setMarginFromSibling(int marginFromSibling)
Flying Saucer Project Home