Package org.loboevolution.html.renderer
Interface FloatingBounds
public interface FloatingBounds
-
Method Summary
Modifier and TypeMethodDescriptionint
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) getLeftClearY.int
getMaxY()
getMaxY.int
getRight
(int y) The offset from the right at the given Y, not counting insets.int
getRightClearY
(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
Integer
object.
-
getRight
int getRight(int y) The offset from the right at the given Y, not counting insets. -
getRightClearY
int getRightClearY(int y) getRightClearY.
-