org.lobobrowser.html.renderer
Class CombinedFloatingBounds

java.lang.Object
  extended by org.lobobrowser.html.renderer.CombinedFloatingBounds

public class CombinedFloatingBounds
extends java.lang.Object


Constructor Summary
CombinedFloatingBounds(org.lobobrowser.html.renderer.FloatingBounds floatBounds1, org.lobobrowser.html.renderer.FloatingBounds floatBounds2)
           
 
Method Summary
 int getClearY(int y)
          The Y at which the float clears starting at the given Y.
 int getFirstClearY(int y)
          The Y at which the first float clears.
 int getLeft(int y)
          The offset from the left at the given Y, not counting insets.
 int getLeftClearY(int y)
           
 int getMaxY()
           
 int getRight(int y)
          The offset from the right at the given Y, not counting insets.
 int getRightClearY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedFloatingBounds

public CombinedFloatingBounds(org.lobobrowser.html.renderer.FloatingBounds floatBounds1,
                              org.lobobrowser.html.renderer.FloatingBounds floatBounds2)
Method Detail

getClearY

public int getClearY(int y)
The Y at which the float clears starting at the given Y.


getFirstClearY

public int getFirstClearY(int y)
The Y at which the first float clears. It does not recurse to check other floats.


getLeft

public int getLeft(int y)
The offset from the left at the given Y, not counting insets.


getLeftClearY

public int getLeftClearY(int y)

getMaxY

public int getMaxY()

getRight

public int getRight(int y)
The offset from the right at the given Y, not counting insets.


getRightClearY

public int getRightClearY(int y)


SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]