Package org.loboevolution.html.renderer
Interface FloatingBounds
public interface FloatingBounds
-
Method Summary
Modifier and TypeMethodDescriptionintgetClearY(int y) The Y at which the float clears starting at the given Y.intgetFirstClearY(int y) The Y at which the first float clears.intgetLeft(int y) The offset from the left at the given Y, not counting insets.intgetLeftClearY(int y) getLeftClearY.intgetMaxY()getMaxY.intgetRight(int y) The offset from the right at the given Y, not counting insets.intgetRightClearY(int y) getRightClearY.
-
Method Details
-
getClearY
int getClearY(int y) The Y at which the float clears starting at the given Y. -
getFirstClearY
int getFirstClearY(int y) The Y at which the first float clears. It does not recurse to check other floats. -
getLeft
int getLeft(int y) The offset from the left at the given Y, not counting insets. -
getLeftClearY
int getLeftClearY(int y) getLeftClearY.
-
getMaxY
int getMaxY()getMaxY.
- Returns:
- a
Integerobject.
-
getRight
int getRight(int y) The offset from the right at the given Y, not counting insets. -
getRightClearY
int getRightClearY(int y) getRightClearY.
-