|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lobobrowser.html.renderer.CombinedFloatingBounds
public class CombinedFloatingBounds
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 |
---|
public CombinedFloatingBounds(org.lobobrowser.html.renderer.FloatingBounds floatBounds1, org.lobobrowser.html.renderer.FloatingBounds floatBounds2)
Method Detail |
---|
public int getClearY(int y)
public int getFirstClearY(int y)
public int getLeft(int y)
public int getLeftClearY(int y)
public int getMaxY()
public int getRight(int y)
public int getRightClearY(int y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |